検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 64 for addServer (0.008 sec.)
データを既存のアイテムに追記する 6490
« Memcached::addServers Memcached::appendByKey » PHP Manual Memcached データを既存のアイテムに追 ... ::append() の例 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); $m -> setOption ( Memcach ...
https://man.plustar.jp/php/memcached.append.html - [similar]
Read-through キャッシュコールバック 6490
« Result コールバック セッションのサポート » PHP Manual コールバック Read-through キャッシュコー ... コールバックの例 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); $profile_info = $m -> get ...
https://man.plustar.jp/php/memcached.callbacks.read-through.html - [similar]
次の結果を取得する 6490
« Memcached::deleteMultiByKey Memcached::fetchAll » PHP Manual Memcached 次の結果を取得する Memc ... d::fetch() の例 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); $m -> set ( 'int' , 99 ); ...
https://man.plustar.jp/php/memcached.fetch.html - [similar]
残りのすべての結果を取得する 6490
« Memcached::fetch Memcached::flush » PHP Manual Memcached 残りのすべての結果を取得する Memcache ... tDelayed() の例 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); $m -> set ( 'int' , 99 ); ...
https://man.plustar.jp/php/memcached.fetchall.html - [similar]
キャッシュ内のすべてのアイテムを無効にする 6490
« Memcached::fetchAll Memcached::get » PHP Manual Memcached キャッシュ内のすべてのアイテムを無効 ... d::flush() の例 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); /* 全アイテムを 10 秒後に ...
https://man.plustar.jp/php/memcached.flush.html - [similar]
サーバープールの統計情報を取得する 6490
« Memcached::getServerList Memcached::getVersion » PHP Manual Memcached サーバープールの統計情報 ... getStats() の例 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); print_r ( $m -> getStats ...
https://man.plustar.jp/php/memcached.getstats.html - [similar]
複数のアイテムを格納する 6490
« Memcached::setByKey Memcached::setMultiByKey » PHP Manual Memcached 複数のアイテムを格納する M ... setMulti() の例 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); $items = array( 'key1' => ...
https://man.plustar.jp/php/memcached.setmulti.html - [similar]
Add a high priority task to run in parallel 6389
« GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie ... manClient (); # add the default job server $gmc -> addServer (); # set the callback for when the job is complet ...
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html - [similar]
Add a low priority task to run in parallel 6389
« GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC ... manClient (); # add the default job server $gmc -> addServer (); # set the callback for when the job is complet ...
https://man.plustar.jp/php/gearmanclient.addtasklow.html - [similar]
Run a task in the background 6389
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... ient (); /* add the default server */ $gmclient -> addServer (); /* run reverse client */ $job_handle = $gmclie ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT