検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 64 for addServer (0.008 sec.)
複数のアイテムを取得する 8069
« Memcached::getDelayedByKey Memcached::getMultiByKey » PHP Manual Memcached 複数のアイテムを取得 ... r v3 of the extension $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); $items = array( 'key1' => ... d v2 of the extension $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); $items = array( 'key1' => ... r v3 of the extension $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); $data = array( 'foo' => ' ... d v2 of the extension $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); $data = array( 'foo' => ' ...
https://man.plustar.jp/php/memcached.getmulti.html - [similar]
The GearmanWorker class 7581
« GearmanTask::uuid GearmanWorker::addFunction » PHP Manual Gearman The GearmanWorker class The ... ool public addOptions ( int $option ): bool public addServer ( string $host = 127.0.0.1 , int $port = 4730 ): b ... ool public addServers ( string $servers = 127.0.0.1:4730 ): bool public ... er::addOptions — Add worker options GearmanWorker::addServer — Add a job server GearmanWorker::addServers — Add ...
https://man.plustar.jp/php/class.gearmanworker.html - [similar]
memcached サーバーとの接続を閉じる 7581
« Memcache::addServer Memcache::connect » PHP Manual Memcache memcached サーバーとの接続を閉じる ... , 関数 , 持続 , memcache , パラメータ , オープン , addServer , 成功 ...
https://man.plustar.jp/php/memcache.close.html - [similar]
サーバーの状態を返す 7581
« Memcache::getExtendedStats Memcache::getStats » PHP Manual Memcache サーバーの状態を返す Memca ... 向の API */ $memcache = new Memcache ; $memcache -> addServer ( 'memcache_host' , 11211 ); echo $memcache -> get ... che , 'memcache_host' , 11211 ); ?> 参考 Memcache::addServer() - コネクションプールに memcached サーバーを追加す ...
https://man.plustar.jp/php/memcache.getserverstatus.html - [similar]
Basic Gearman client and worker, background 7179
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... # add the default server (localhost) $gmclient -> addServer (); # run reverse client in the background $job_ha ... (); # Add default server (localhost). $gmworker -> addServer (); # Register function "reverse" with the server. ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
Basic usage 7179
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas ... (); # Add default server (localhost). $gmclient -> addServer (); echo "Sending job\n" ; # Send reverse job do { ... (); # Add default server (localhost). $gmworker -> addServer (); # Register function "reverse" with the server. ...
https://man.plustar.jp/php/gearman.examples-reverse.html - [similar]
アイテムを取得する 7179
« Memcached::flush Memcached::getAllKeys » PHP Manual Memcached アイテムを取得する Memcached::ge ... ::get() の例 #1 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); $m -> set ( 'foo' , 100 ) ... ::get() の例 #2 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); if (!( $ip = $m -> get ( ...
https://man.plustar.jp/php/memcached.get.html - [similar]
Memcache クラス 7078
« 基本的な使用法 Memcache::add » PHP Manual Memcache Memcache クラス Memcache クラス (PECL memca ... xed $var , int $flag = ? , int $expire = ? ): bool addServer ( string $host , int $port = 11211 , bool $persist ... Memcache::add — サーバーに項目を追加する Memcache::addServer — コネクションプールに memcached サーバーを追加する ...
https://man.plustar.jp/php/class.memcache.html - [similar]
Add a task to be run in parallel 7078
« GearmanClient::addServers GearmanClient::addTaskBackground » PHP Manual GearmanClient Add a ta ... ient (); # add the default job server $gmclient -> addServer (); # set a function to be called when the work is ... t <?php $client = new GearmanClient (); $client -> addServer (); # set a function to be called when the work is ...
https://man.plustar.jp/php/gearmanclient.addtask.html - [similar]
プール内のすべてのサーバーの統計情報を取得する 7078
« Memcache::get Memcache::getServerStatus » PHP Manual Memcache プール内のすべてのサーバーの統計 ... hp $memcache_obj = new Memcache ; $memcache_obj -> addServer ( 'memcache_host' , 11211 ); $memcache_obj -> addS ...
https://man.plustar.jp/php/memcache.getextendedstats.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT