検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 64 for addServer (0.006 sec.)
Add worker options 6978
« GearmanWorker::addFunction GearmanWorker::addServer » PHP Manual GearmanWorker Add worker opti ...
https://man.plustar.jp/php/gearmanworker.addoptions.html - [similar]
Basic Gearman client and worker, submitting tasks 6877
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... t (); # add the default server (localhost) $gmc -> addServer (); # register some callbacks $gmc -> setCreatedCa ... (); # Add default server (localhost). $gmworker -> addServer (); # Register function "reverse" with the server. ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
サーバーのパラメータおよび状態を、実行時に変更する 6877
« Memcache::setCompressThreshold Memcache 関数 » PHP Manual Memcache サーバーのパラメータおよび状 ... サーバーをオフラインモードで追加します $memcache -> addServer ( 'memcache_host' , 11211 , false , 1 , 1 , - 1 , ... '_callback_memcache_failure' ); ?> 参考 Memcache::addServer() - コネクションプールに memcached サーバーを追加す ...
https://man.plustar.jp/php/memcache.setserverparams.html - [similar]
Gearman 6791
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設 ... nt::addOptions — Add client options GearmanClient::addServer — Add a job server to the client GearmanClient::ad ... er::addOptions — Add worker options GearmanWorker::addServer — Add a job server GearmanWorker::addServers — Add ...
https://man.plustar.jp/php/book.gearman.html - [similar]
The GearmanClient class 6791
« Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearm ... */ public addOptions ( int $options ): 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 ... nt::addOptions — Add client options GearmanClient::addServer — Add a job server to the client GearmanClient::ad ...
https://man.plustar.jp/php/class.gearmanclient.html - [similar]
Add a background task to be run in parallel 6791
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... manClient (); # add the default job server $gmc -> addServer (); # set a couple of callbacks so we can track pr ... (); # Add default server (localhost). $gmworker -> addServer (); # Register function "reverse" with the server. ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
Wait for and perform jobs 6691
« GearmanWorker::wait GearmanException » PHP Manual GearmanWorker Wait for and perform jobs Gear ... add the default job server (localhost) $worker -> addServer (); # add the reverse function $worker -> addFunct ...
https://man.plustar.jp/php/gearmanworker.work.html - [similar]
直近の操作の結果コードを返す 6691
« Memcached::getOption Memcached::getResultMessage » PHP Manual Memcached 直近の操作の結果コード ... sultCode() の例 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); $m -> add ( 'foo' , 'bar' ...
https://man.plustar.jp/php/memcached.getresultcode.html - [similar]
サーバープールのバージョン情報を取得する 6691
« Memcached::getStats Memcached::increment » PHP Manual Memcached サーバープールのバージョン情報 ... tVersion() の例 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); print_r ( $m -> getVersio ...
https://man.plustar.jp/php/memcached.getversion.html - [similar]
サーバーリストからすべてのサーバーを消去する 6691
« Memcached::replaceByKey Memcached::set » PHP Manual Memcached サーバーリストからすべてのサーバ ... 、失敗した場合に false を返します。 参考 Memcached::addServer() - サーバーをサーバープールに追加する Memcached:: ...
https://man.plustar.jp/php/memcached.resetserverlist.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT