検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 254 for host (0.024 sec.)
Listen on the given IP and port, socket type. 5996
« Swoole\Server::heartbeat Swoole\Server::on » PHP Manual Swoole\Server Listen on the given IP a ... type. 説明 public Swoole\Server::listen ( string $host , int $port , string $socket_type ): bool パラメー ...host port socket_type 戻り値 関連キーワード: type , Lis ... given , Swoole , Server , the , listen , string , host , heartbeat ...
https://man.plustar.jp/php/swoole-server.listen.html - [similar]
Create a handle to used communicate with zookeeper 5996
« Zookeeper::close Zookeeper::__construct » PHP Manual Zookeeper Create a handle to used communi ... zookeeper 説明 public Zookeeper::connect ( string $host , callable $watcher_cb = null , int $recv_timeout ... state ZOO_CONNECTED_STATE is received. パラメータ host Comma separated host:port pairs, each correspondin ... , zookeeper , communicate , Zookeeper , watcher , host , session , timeout , Create , construct ...
https://man.plustar.jp/php/zookeeper.connect.html - [similar]
キーとサーバーを関連付ける 5956
« Memcached::getResultMessage Memcached::getServerList » PHP Manual Memcached キーとサーバーを関 ... 戻り値 成功した場合に配列を返します。この配列には host 、 port そして weight の三つのキーが含まれます。 失 ... 出力は、 たとえば以下のようになります。 array(3) { ["host"]=> string(15) "mem3.domain.com" ["port"]=> int(11 ... 211) ["weight"]=> int(20) } array(3) { ["host"]=> string(15) "mem2.domain.com" ["port"]=> int(11 ... 211) ["weight"]=> int(40) } array(3) { ["host"]=> string(15) "mem2.domain.com" ["port"]=> int(11 ...
https://man.plustar.jp/php/memcached.getserverbykey.html - [similar]
Send data to the remote UDP address. 5876
« Swoole\Client::sendfile Swoole\Client::set » PHP Manual Swoole\Client Send data to the remote ... _SOCK_UDP6. パラメータ ip The IP address of remote host, IPv4 or IPv6. port The port number of remote host ... ード: data , remote , Send , Swoole , the , sendto , host , swoole , string , should ...
https://man.plustar.jp/php/swoole-client.sendto.html - [similar]
Open a persistent connection to a CUBRID server 5826
« cubrid_pconnect_with_url cubrid_prepare » PHP Manual CUBRID 関数 Open a persistent connection ... to a CUBRID server 説明 cubrid_pconnect ( string $host , int $port , string $dbname , string $userid = ? ... persistent) link that's already open with the same host, port, dbname and userid. If one is found, an iden ... link is therefore called 'persistent'. パラメータ host Host name or IP address of CUBRID CAS server. port ... ; printf ( "\n" ); $conn = cubrid_pconnect ( "localhost" , 33000 , "demodb" , "dba" ); if (! $conn ) { die ...
https://man.plustar.jp/php/function.cubrid-pconnect.html - [similar]
Async and non-blocking hostname to IP lookup. 5826
« Swoole\Async Swoole\Async::read » PHP Manual Swoole\Async Async and non-blocking hostname to I ... ) Swoole\Async::dnsLookup — Async and non-blocking hostname to IP lookup. 説明 public static Swoole\Async: ... :dnsLookup ( string $hostname , callable $callback ): void 警告 この関数は、 ... ん。引数のリストのみが 記述されています。 パラメータ hostname The host name. callback callback ( string $hos ... tname , string $ip ): mixed hostname The host name. IP The IP address. 関連キーワー ...
https://man.plustar.jp/php/swoole-async.dnslookup.html - [similar]
プール内のすべてのサーバーの統計情報を取得する 5707
« Memcache::get Memcache::getServerStatus » PHP Manual Memcache プール内のすべてのサーバーの統計 ... 含む二次元の配列を返します。配列のキーが各サーバーの host:port に対応し、その値として個々のサーバーの統計情報 ... Memcache ; $memcache_obj -> addServer ( 'memcache_host' , 11211 ); $memcache_obj -> addServer ( 'failed_h ... > 上の例の出力は以下となります。 Array ( [memcache_host:11211] => Array ( [pid] => 3756 [uptime] => 603011 ... => 2318883 [limit_maxbytes] => 33554432 ) [failed_host:11211] => false ) 参考 Memcache::getVersion() - サ ...
https://man.plustar.jp/php/memcache.getextendedstats.html - [similar]
Register a concurrent call 5707
« Yar_Concurrent_Client Yar_Concurrent_Client::loop » PHP Manual Yar_Concurrent_Client Register ... error ); } Yar_Concurrent_Client :: call ( "http://host/api/" , "some_method" , array( "parameters" ), "ca ... llback" ); Yar_Concurrent_Client :: call ( "http://host/api/" , "some_method" , array( "parameters" )); // ... ll be used Yar_Concurrent_Client :: call ( "http://host/api/" , "some_method" , array( "parameters" ), "ca ... n packager Yar_Concurrent_Client :: call ( "http://host/api/" , "some_method" , array( "parameters" ), "ca ...
https://man.plustar.jp/php/yar-concurrent-client.call.html - [similar]
Add a job server 5667
« GearmanWorker::addOptions GearmanWorker::addServers » PHP Manual GearmanWorker Add a job serve ... ver 説明 public GearmanWorker::addServer ( string $host = 127.0.0.1 , int $port = 4730 ): bool Adds a job ... o run jobs. No socket I/O happens here. パラメータ host ジョブサーバーのホスト名。 port ジョブサーバーのポ ... manWorker , a , addServer , servers , addServers , host , ジョブサーバー ...
https://man.plustar.jp/php/gearmanworker.addserver.html - [similar]
Add a job server to the client 5577
« GearmanClient::addOptions GearmanClient::addServers » PHP Manual GearmanClient Add a job serve ... ent 説明 public GearmanClient::addServer ( string $host = 127.0.0.1 , int $port = 4730 ): bool Adds a job ... the server is simply added to the list. パラメータ host ジョブサーバーのホスト名。 port ジョブサーバーのポ ... server , Add , the , list , servers , addServer , host , addServers , ジョブサーバー ...
https://man.plustar.jp/php/gearmanclient.addserver.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT