検索

phrase: max: clip:
target: order:
Results of 381 - 390 of about 615 for Connection (0.358 sec.)
The Zookeeper class 3270
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... -2 ; const int DATAINCONSISTENCY = -3 ; const int CONNECTIONLOSS = -4 ; const int MARSHALLINGERROR = -5 ; const ... rove this extension. Zookeeper::NOTCONNECTED_STATE Connection failed ZooKeeper Watch Types Zookeeper::CREATED_EV ... ISTENCY A data inconsistency was found. Zookeeper::CONNECTIONLOSS Connection to the server has been lost. Zookee ... — Return the client session id, only valid if the connections is currently connected (ie. last watcher state is ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
ディレクトリに存在するファイルの一覧を返す 3270
« ftp_mkdir ftp_nb_continue » PHP Manual FTP 関数 ディレクトリに存在するファイルの一覧を返す ftp ... リに存在するファイルの一覧を返す 説明 ftp_mlsd ( FTP\Connection $ftp , string $directory ): array | false パラメー ... タ ftp FTP\Connection クラスのインスタンス directory ファイルの一覧を得る ... 。 変更履歴 バージョン 説明 8.1.0 引数 ftp は、 FTP\Connection のインスタンスを期待するようになりました。 これより ...
https://man.plustar.jp/php/function.ftp-mlsd.html - [similar]
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する(非ブロ... 3270
« ftp_nb_continue ftp_nb_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オ ... に保存する(非ブロッキング) 説明 ftp_nb_fget ( FTP\Connection $ftp , resource $stream , string $remote_filename ... に別の処理を行うことができます。 パラメータ ftp FTP\Connection クラスのインスタンス stream オープンされているファ ... 。 変更履歴 バージョン 説明 8.1.0 引数 ftp は、 FTP\Connection のインスタンスを期待するようになりました。 これより ...
https://man.plustar.jp/php/function.ftp-nb-fget.html - [similar]
結果エントリから全ての値を得る 3270
« ldap_get_values_len ldap_list » PHP Manual LDAP 関数 結果エントリから全ての値を得る ldap_get_v ... ントリから全ての値を得る 説明 ldap_get_values ( LDAP\Connection $ldap , LDAP\ResultEntry $entry , string $attribut ... ります。 パラメータ ldap ldap_connect() が返す LDAP\Connection クラスのインスタンス。 entry LDAP\ResultEntry クラ ... 変更履歴 バージョン 説明 8.1.0 引数 ldap は、 LDAP\Connection クラスのインスタンスを期待するようになりました。 こ ...
https://man.plustar.jp/php/function.ldap-get-values.html - [similar]
SSH 上でプレーンなパスワードを使用した認証を行う 3270
« ssh2_auth_none ssh2_auth_pubkey_file » PHP Manual SSH2 関数 SSH 上でプレーンなパスワードを使用 ... を返します。 例 例1 パスワードを用いた認証 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); if ( ... ssh2_auth_password ( $connection , 'username' , 'secret' )) { echo "Authentication ...
https://man.plustar.jp/php/function.ssh2-auth-password.html - [similar]
リモートサーバーのフィンガープリントを処理する 3270
« ssh2_fetch_stream ssh2_forward_accept » PHP Manual SSH2 関数 リモートサーバーのフィンガープリン ... known_host = '6F89C2F0A719B30CC38ABDF90755F2E4' ; $connection = ssh2_connect ( 'shell.example.com' , 22 ); $fing ... erprint = ssh2_fingerprint ( $connection , SSH2_FINGERPRINT_MD5 | SSH2_FINGERPRINT_HEX ); i ...
https://man.plustar.jp/php/function.ssh2-fingerprint.html - [similar]
リソース型の一覧 3270
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... _attribute() , ldap_next_entry() ldap_close() ldap connection (PHP 8.1.0 より前) ldap result ldap_read() ldap_ad ... g_query() , pg_send_query() , pg_get_result() , pg_connection_busy() , pg_connection_reset() , pg_connection_sta ... g_query() , pg_send_query() , pg_get_result() , pg_connection_busy() , pg_connection_reset() , pg_connection_sta ...
https://man.plustar.jp/php/resource.html - [similar]
Returns the CUBRID database parameters 3248
« cubrid_get_client_info cubrid_get_query_timeout » PHP Manual CUBRID 関数 Returns the CUBRID da ... nsaction T2. パラメータ conn_identifier The CUBRID connection. If the connection identifier is not specified, th ... rid_get_autocommit() - Get auto-commit mode of the connection 関連キーワード: CUBRID , read , parameters , datab ...
https://man.plustar.jp/php/function.cubrid-get-db-parameter.html - [similar]
ステートメントリソースあるいは接続リソースからオプションの値を取得する 3248
« db2_free_stmt db2_last_insert_id » PHP Manual IBM DB2 関数 ステートメントリソースあるいは接続リ ... password ); echo "Client attributes passed through connection string:\n" ; /* 有効なキーと値のペアを持つ連想配列 ... $val . "\n" ; echo "Client attributes passed post-connection:\n" ; /* 有効なキーと値のペアを持つ連想配列を作成 ... は以下となります。 Client attributes passed through connection string: db2inst1 account myapp workstation Client ... attributes passed post-connection: db2inst1 account myapp workstation 参考 db2_conne ...
https://man.plustar.jp/php/function.db2-get-option.html - [similar]
インターネット接続方式を取得する 3248
« geoip_domain_by_name geoip_isp_by_name » PHP Manual GeoIP 関数 インターネット接続方式を取得する ... geoip_id_by_name ( 'www.example.com' ); echo 'The connection type is ' ; switch ( $netspeed ) { case GEOIP_DIAL ... unknown' ; } ?> 上の例の出力は以下となります。 The connection type is corporate 関連キーワード: 方式 , geoip , 取 ...
https://man.plustar.jp/php/function.geoip-id-by-name.html - [similar]