検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 615 for Connection (0.135 sec.)
MQSeries MQPUT1 3314
« mqseries_open mqseries_put » PHP Manual mqseries 関数 MQSeries MQPUT1 mqseries_put1 (PECL mqse ... ber of calls that must be issued. パラメータ hConn Connection handle. This handle represents the connection to t ...
https://man.plustar.jp/php/function.mqseries-put1.html - [similar]
SSH サーバーに接続する 3314
« ssh2_auth_pubkey_file ssh2_disconnect » PHP Manual SSH2 関数 SSH サーバーに接続する ssh2_conne ... s = array( 'disconnect' => 'my_ssh_disconnect' ); $connection = ssh2_connect ( 'shell.example.com' , 22 , $metho ... ds , $callbacks ); if (! $connection ) die( 'Connection failed' ); ?> 参考 ssh2_fingerp ... 開鍵を使用した認証を行う ssh2_disconnect() - Close a connection to a remote SSH server 関連キーワード: サーバー , ...
https://man.plustar.jp/php/function.ssh2-connect.html - [similar]
The Swoole\Redis\Server class 3292
« Swoole\Process::write Swoole\Redis\Server::format » PHP Manual Swoole The Swoole\Redis\Server ... r::confirm ( int $fd ): bool public Swoole\Server::connection_info ( int $fd , int $reactor_id = ? ): array publ ... ic Swoole\Server::connection_list ( int $start_fd , int $pagesize = ? ): array ... t public Swoole\Server::heartbeat ( bool $if_close_connection ): mixed public Swoole\Server::listen ( string $ho ...
https://man.plustar.jp/php/class.swoole-redis-server.html - [similar]
Sets a callback for specified URI 3292
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... 0 * Content-Type: text/plain * Content-Length: 4 * Connection: close * (press Enter) * * It will output * a=12 * ... OK * Content-Type: text/html; charset=ISO-8859-1 * Connection: close * * 3) See what the server outputs on the p ... 200 OK Content-Type: text/html; charset=ISO-8859-1 Connection: close 参考 EventHttp::setDefaultCallback() - Sets ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
オープン中のファイルを FTP サーバーに保存する(非ブロッキング) 3292
« ftp_nb_fget ftp_nb_get » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーに保存する(非 ... に保存する(非ブロッキング) 説明 ftp_nb_fput ( FTP\Connection $ftp , string $remote_filename , resource $stream ... に別の処理を行うことができます。 パラメータ ftp FTP\Connection クラスのインスタンス remote_filename リモートファイ ... 。 変更履歴 バージョン 説明 8.1.0 引数 ftp は、 FTP\Connection のインスタンスを期待するようになりました。 これより ...
https://man.plustar.jp/php/function.ftp-nb-fput.html - [similar]
指定したメッセージのヘッダ情報の概要を読む 3292
« imap_expunge imap_fetchbody » PHP Manual IMAP 関数 指定したメッセージのヘッダ情報の概要を読む ... ッダ情報の概要を読む 説明 imap_fetch_overview ( IMAP\Connection $imap , string $sequence , int $flags = 0 ): array ... してその内容の概要を返します。 パラメータ imap IMAP\Connection クラスのインスタンス。 sequence メッセージのシーケ ... 変更履歴 バージョン 説明 8.1.0 引数 imap は、 IMAP\Connection クラスのインスタンスを期待するようになりました。 こ ...
https://man.plustar.jp/php/function.imap-fetch-overview.html - [similar]
PASSWD 拡張オペレーションのヘルパ 3292
« ldap_escape ldap_exop_refresh » PHP Manual LDAP 関数 PASSWD 拡張オペレーションのヘルパ ldap_ex ... オペレーションのヘルパ 説明 ldap_exop_passwd ( LDAP\Connection $ldap , string $user = "" , string $old_password = ... します。 パラメータ ldap ldap_connect() が返す LDAP\Connection クラスのインスタンス。 user パスワードを変更するユ ... 変更履歴 バージョン 説明 8.1.0 引数 ldap は、 LDAP\Connection クラスのインスタンスを期待するようになりました。 こ ...
https://man.plustar.jp/php/function.ldap-exop-passwd.html - [similar]
検索結果エントリから属性を得る 3292
« ldap_free_result ldap_get_dn » PHP Manual LDAP 関数 検索結果エントリから属性を得る ldap_get_at ... ントリから属性を得る 説明 ldap_get_attributes ( LDAP\Connection $ldap , LDAP\ResultEntry $entry ): array 検索結果エ ... 番目の値 パラメータ ldap ldap_connect() が返す LDAP\Connection クラスのインスタンス。 entry LDAP\ResultEntry クラ ... 変更履歴 バージョン 説明 8.1.0 引数 ldap は、 LDAP\Connection クラスのインスタンスを期待するようになりました。 こ ...
https://man.plustar.jp/php/function.ldap-get-attributes.html - [similar]
SSH の認証を、ssh agent を使って行う 3292
« SSH2 関数 ssh2_auth_hostbased_file » PHP Manual SSH2 関数 SSH の認証を、ssh agent を使って行う ... se を返します。 例 例1 ssh agent による認証 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); if ( ... ssh2_auth_agent ( $connection , 'username' )) { echo "Authentication Successful! ...
https://man.plustar.jp/php/function.ssh2-auth-agent.html - [similar]
"none" として認証する 3292
« ssh2_auth_hostbased_file ssh2_auth_password » PHP Manual SSH2 関数 "none" として認証する ssh2_ ... を返します。 例 例1 認証メソッドの一覧の取得 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); $auth ... _methods = ssh2_auth_none ( $connection , 'user' ); if ( in_array ( 'password' , $auth_met ...
https://man.plustar.jp/php/function.ssh2-auth-none.html - [similar]