検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 746 for server (0.017 sec.)
要件 3329
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 この拡張モジュール ... 上での IIS 5.1 および » FastCGI Extension Windows Server 2003 上での IIS 6.0 および » FastCGI Extension Win ... a SP1 上での IIS 7.0 および FastCGI Module Windows Server 2008 上での IIS 7.0 および FastCGI Module Windows ... 7 上での IIS 7.5 および FastCGI Module Windows Server 2008 R2 上での IIS 7.5 および FastCGI Module PHP P ...
https://man.plustar.jp/php/wincache.requirements.html - [similar]
3308
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... to connect to CUBRID database, which means CUBRID Server and CUBRID Broker have to be running. The example ... > <body> <center> <table border=2> <?php /** * Set server information for CUBRID connection. host_ip is the ... 00 ; $db_name = "demodb" ; /** * Connect to CUBRID Server. Do not make the actual connection, but * only ret ... event group by sports" ; /** * Request the CUBRID Server for the results of the SQL statement. * Now make t ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
接続されているかどうかにかかわらず、ソケットからのデータを受信する 3308
« stream_socket_pair stream_socket_sendto » PHP Manual ストリーム 関数 接続されているかどうかにか ... ポート 1234 へのサーバーソケットをオープンします */ $server = stream_socket_server ( 'tcp://127.0.0.1:1234' ); ... を受け付けます */ $socket = stream_socket_accept ( $server ); /* OOB データのパケットを取得します(1500 は典型 ... ソケットを閉じます */ fclose ( $socket ); fclose ( $server ); ?> 注意 注意 : 受信したメッセージが length パラ ... たは Unix ドメインのソケット接続を開く stream_socket_server() - インターネットドメインまたは Unix ドメインのサ ...
https://man.plustar.jp/php/function.stream-socket-recvfrom.html - [similar]
指定したサーバーからアイテムを取得する 3308
« Memcached::getAllKeys Memcached::getDelayed » PHP Manual Memcached 指定したサーバーからアイテム ... を取得する 説明 public Memcached::getByKey ( string $server_key , string $key , callable $cache_cb = ? , int $ ... 的に Memcached::get() と同等です。しかし、自由形式の server_key を使用して、 key を特定のサーバーに関連付けるこ ... とができます。 パラメータ server_key 値を格納したりデータを取得したりするサーバーを ... Memcached , key , 指定 , キー , getByKey , flags , server ...
https://man.plustar.jp/php/memcached.getbykey.html - [similar]
指定したサーバーにアイテムを格納する 3308
« Memcached::set Memcached::setMulti » PHP Manual Memcached 指定したサーバーにアイテムを格納する ... を格納する 説明 public Memcached::setByKey ( string $server_key , string $key , mixed $value , int $expiration ... 的に Memcached::set() と同等です。しかし、自由形式の server_key を使用して、 key を特定のサーバーに関連付けるこ ... ーバーに置き続けたいときなどに便利です。 パラメータ server_key 値を格納したりデータを取得したりするサーバーを ... ByKey() の例 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); /* IP ブロック情報を特定の ...
https://man.plustar.jp/php/memcached.setbykey.html - [similar]
Return the timeout for this session, only valid if the connections is currently ... 3308
« Zookeeper::getConfig Zookeeper::getState » PHP Manual Zookeeper Return the timeout for this se ... OO_CONNECTED_STATE). This value may change after a server re-connect Zookeeper::getRecvTimeout (PECL zookeep ... OO_CONNECTED_STATE). This value may change after a server re-connect 説明 public Zookeeper::getRecvTimeout ( ...
https://man.plustar.jp/php/zookeeper.getrecvtimeout.html - [similar]
The MongoDB\Driver\Monitoring\CommandStartedEvent class 3294
« MongoDB\Driver\Monitoring\CommandFailedEvent::getServiceId MongoDB\Driver\Monitoring\CommandSt ... nal public getRequestId (): string final public getServer (): MongoDB\Driver\Server final public getServerCo ... MongoDB\Driver\Monitoring\CommandStartedEvent::getServer — Returns the Server on which the command was exec ... MongoDB\Driver\Monitoring\CommandStartedEvent::getServerConnectionId — Returns the server connection ID for ...
https://man.plustar.jp/php/class.mongodb-driver-monitoring-commandstartedevent.h... - [similar]
The MongoDB\Driver\Monitoring\CommandSucceededEvent class 3294
« MongoDB\Driver\Monitoring\CommandStartedEvent::getServiceId MongoDB\Driver\Monitoring\CommandS ... nal public getRequestId (): string final public getServer (): MongoDB\Driver\Server final public getServerCo ... ongoDB\Driver\Monitoring\CommandSucceededEvent::getServer — Returns the Server on which the command was exec ... ongoDB\Driver\Monitoring\CommandSucceededEvent::getServerConnectionId — Returns the server connection ID for ...
https://man.plustar.jp/php/class.mongodb-driver-monitoring-commandsucceededevent... - [similar]
ソケットコンテキストオプション一覧 3294
« コンテキストオプションとパラメータ HTTP コンテキストオプション » PHP Manual コンテキストオプシ ... 出て行く接続の数を制限します。 注意 : stream_socket_server() でのみ有効です。 ipv6_v6only IPv4射影アドレスに関 ... ようとする場合に特に重要です。 上で、 stream_socket_server() でのみ有効です。 so_reuseport 異なるプロセスから ... 数 bind することを許可します。 注意 : stream_socket_server() でのみ有効です。 so_broadcast ブロードキャストア ... のデータの受信を有効にします。 注意 : stream_socket_server() でのみ有効です。 tcp_nodelay このオプションを tr ...
https://man.plustar.jp/php/context.socket.html - [similar]
Returns the CUBRID database parameters 3294
« cubrid_get_client_info cubrid_get_query_timeout » PHP Manual CUBRID 関数 Returns the CUBRID da ... $param_name , $param_value ); } printf ( "\n" ); $server_info = cubrid_get_server_info ( $conn ); $client_i ... ubrid_get_client_info (); printf ( "%-30s %s\n" , "Server Info:" , $server_info ); printf ( "%-30s %s\n" , " ... 1 MAX_STRING_LENGTH 1073741823 PARAM_AUTO_COMMIT 1 Server Info: 9.1.0.0212 Client Info: 9.1.0 CUBRID Charset ...
https://man.plustar.jp/php/function.cubrid-get-db-parameter.html - [similar]