検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 615 for connection (0.067 sec.)
Returns version of cipher used by current SSL connection 4758
« EventBufferEvent::sslGetCipherName EventBufferEvent::sslGetProtocol » PHP Manual EventBufferEv ... ent Returns version of cipher used by current SSL connection EventBufferEvent::sslGetCipherVersion (PECL event ... on — Returns version of cipher used by current SSL connection 説明 public EventBufferEvent::sslGetCipherVersion ... ng Retrieves version of cipher used by current SSL connection. 注意 : This function is available only if Event i ... 戻り値 Returns the current cipher version of the SSL connection, or false on error. 関連キーワード: EventBufferEve ...
https://man.plustar.jp/php/eventbufferevent.sslgetcipherversion.html - [similar]
Register a user-defined callback function for Oracle Database TAF 4758
« oci_pconnect oci_result » PHP Manual OCI8 関数 Register a user-defined callback function for O ... ase TAF 説明 oci_register_taf_callback ( resource $connection , ? callable $callback ): bool Registers a user-de ... fined callback function to connection . If connection fails due to instance or network f ... k registration will NOT be saved across persistent connections, therefore the callback needs to be re-registered ... for a new persistent connection. パラメータ connection An Oracle connection identi ...
https://man.plustar.jp/php/function.oci-register-taf-callback.html - [similar]
送信を待っているクエリデータをフラッシュする 4758
« pg_field_type pg_free_result » PHP Manual PostgreSQL 関数 送信を待っているクエリデータをフラッ ... るクエリデータをフラッシュする 説明 pg_flush ( PgSql\Connection $connection ): int | bool pg_flush() は、送信を待機 ... クエリデータを接続へフラッシュします。 パラメータ connection PgSql\Connection クラスのインスタンス。 戻り値 フラ ... 合に false を返します 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ... ュ , 送信 , クエリデータ , flush , データ , PgSql , Connection , connection , 期待 , バージョン ...
https://man.plustar.jp/php/function.pg-flush.html - [similar]
Returns the name of the protocol used for current SSL connection 4736
« EventBufferEvent::sslGetCipherVersion EventBufferEvent::sslRenegotiate » PHP Manual EventBuffe ... urns the name of the protocol used for current SSL connection EventBufferEvent::sslGetProtocol (PECL event >= 1. ... urns the name of the protocol used for current SSL connection 説明 public EventBufferEvent::sslGetProtocol (): s ... urns the name of the protocol used for current SSL connection. 注意 : This function is available only if Event i ... urns the name of the protocol used for current SSL connection. 関連キーワード: EventBufferEvent , Returns , prot ...
https://man.plustar.jp/php/eventbufferevent.sslgetprotocol.html - [similar]
Close a connection to a remote SSH server 4714
« ssh2_connect ssh2_exec » PHP Manual SSH2 関数 Close a connection to a remote SSH server ssh2_d ... nnect (PECL ssh2 >= 1.0) ssh2_disconnect — Close a connection to a remote SSH server 説明 ssh2_disconnect ( reso ... urce $session ): bool Close a connection to a remote SSH server. パラメータ session An SSH ... connect() - SSH サーバーに接続する 関連キーワード: connection , server , remote , disconnect , session , from , ...
https://man.plustar.jp/php/function.ssh2-disconnect.html - [similar]
PostgreSQL 接続をオープンする 4692
« pg_connect_poll pg_connection_busy » PHP Manual PostgreSQL 関数 PostgreSQL 接続をオープンする ... reSQL 接続をオープンする 説明 pg_connect ( string $connection_string , int $flags = 0 ): PgSql\Connection | fals ... e pg_connect() は、 connection_string で指定された情報を用いてデータベースとの接続 ... をオープンします。 同じ connection_string 引数で 2 回 pg_connect() 関数がコールされた ... s", "tty", "dbname") は推奨されません。 パラメータ connection_string すべてデフォルトのパラメータを使用する場合に ...
https://man.plustar.jp/php/function.pg-connect.html - [similar]
非同期クエリを送信する 4670
« pg_send_query_params pg_set_client_encoding » PHP Manual PostgreSQL 関数 非同期クエリを送信する ... 非同期クエリを送信する 説明 pg_send_query ( PgSql\Connection $connection , string $query ): int | bool pg_send_ ... query() は、 connection に非同期クエリを送信します。 pg_query() とは異なり ... すなわち、クエリが実行中である)ことを調べるには、 pg_connection_busy() を使用してください。 クエリは、 pg_cancel_q ... するまで待ち、全ての結果は破棄されます。 パラメータ connection PgSql\Connection クラスのインスタンス。 query 実行 ...
https://man.plustar.jp/php/function.pg-send-query.html - [similar]
Create new MongoDB Manager 4648
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... Specification , this constructor performs no I/O. Connections will be initialized on demand, when the first ope ... When specifying any SSL or TLS URI options via the connection string or uriOptions parameter, the driver will im ... plicitly enable TLS for its connections. To avoid this, either explicitly disable the tls ... ことをおすすめします。 パラメータ uri A » mongodb:// connection URI: mongodb://[username:password@]host1[:port1][, ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
実行時設定 4648
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... er tcp://localhost:61613 PHP_INI_ALL stomp.default_connection_timeout_sec 2 PHP_INI_ALL stomp.default_connection ... broker if no other URI is specified. stomp.default_connection_timeout_sec int The seconds part of the default co ... nnection timeout. stomp.default_connection_timeout_usec int The microseconds part of the defa ... ult connection timeout. stomp.default_read_timeout_sec int The se ...
https://man.plustar.jp/php/stomp.configuration.html - [similar]
4626
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... ]} HTTP/1.0\r\n" . "Host: { $argv [ 1 ]} \r\n" . "Connection: Close\r\n\r\n" )) { exit( "Failed adding request ... Age: 133438 Expires: Sat, 30 Mar 2013 05:39:28 GMT Connection: close <HTML><HEAD><meta http-equiv="content-type" ... $output -> add ( "GET /index.cphp HTTP/1.0\r\n" . "Connection: Close\r\n\r\n" )) { exit( "Failed adding request ... <?php /* * Simple echo server based on libevent's connection listener. * * Usage: * 1) In one terminal window r ...
https://man.plustar.jp/php/event.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT