検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 28 for Counter (0.010 sec.)
Constructs EventHttp object(the HTTP server) 8029
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... */ function _http_dump ( $req , $data ) { static $counter = 0 ; static $max_requests = 2 ; if (++ $counter > ... = $max_requests ) { echo "Counter reached max requests $max_requests . Exiting\n" ; ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
キーに関連づけられた値を減少させる 7914
« wincache_ucache_clear wincache_ucache_delete » PHP Manual WinCache 関数 キーに関連づけられた値 ... ucache_dec() の使用法 <?php wincache_ucache_set ( 'counter' , 1 ); var_dump ( wincache_ucache_dec ( 'counter' ...
https://man.plustar.jp/php/function.wincache-ucache-dec.html - [similar]
キーに関連づけられた値を増加させる 7914
« wincache_ucache_get wincache_ucache_info » PHP Manual WinCache 関数 キーに関連づけられた値を増 ... ucache_inc() の使用法 <?php wincache_ucache_set ( 'counter' , 1 ); var_dump ( wincache_ucache_inc ( 'counter' ...
https://man.plustar.jp/php/function.wincache-ucache-inc.html - [similar]
項目の値を増やす 7914
« Memcache::getVersion Memcache::pconnect » PHP Manual Memcache 項目の値を増やす Memcache::incre ... rent_value = memcache_increment ( $memcache_obj , 'counter' , 2 ); /* オブジェクト指向の API */ $memcache_obj ... */ $current_value = $memcache_obj -> increment ( 'counter' , 3 ); ?> 参考 Memcache::decrement() - 項目の値を ...
https://man.plustar.jp/php/memcache.increment.html - [similar]
7504
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... */ function _http_dump ( $req , $data ) { static $counter = 0 ; static $max_requests = 2 ; if (++ $counter > ... = $max_requests ) { echo "Counter reached max requests $max_requests . Exiting\n" ; ... */ function _http_dump ( $req , $data ) { static $counter = 0 ; static $max_requests = 200 ; if (++ $counter ... >= $max_requests ) { echo "Counter reached max requests $max_requests . Exiting\n" ; ...
https://man.plustar.jp/php/event.examples.html - [similar]
ReflectionMethod を作成する 7504
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... 1 ReflectionMethod::__construct() の例 <?php class Counter { private static $c = 0 ; /** * カウンタをインクリ ... タンスを作成します $method = new ReflectionMethod ( 'Counter' , 'increment' ); // 基本情報を表示します printf ( ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
Returns EventBufferEvent object 7291
« EventHttpRequest::free EventHttpRequest::getCommand » PHP Manual EventHttpRequest Returns Even ... t that the connection is using. 警告 The reference counter of the returned object will be incremented by one ...
https://man.plustar.jp/php/eventhttprequest.getbufferevent.html - [similar]
トレイト 7291
« オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト P ... アクセスすべきものです。 例9 static変数 <?php trait Counter { public function inc () { static $c = 0 ; $c = $c ... + 1 ; echo " $c \n" ; } } class C1 { use Counter ; } class C2 { use Counter ; } $o = new C1 (); $o ...
https://man.plustar.jp/php/language.oop5.traits.html - [similar]
Procedural PECL/rrd example 7193
« 例 OOP PECL/rrd example » PHP Manual 例 Procedural PECL/rrd example Procedural PECL/rrd exampl ... rrdFile , array( "--start" , 920804400 , "DS:speed:COUNTER:600:U:U" , "RRA:AVERAGE:0.5:1:24" , "RRA:AVERAGE:0 ...
https://man.plustar.jp/php/rrd.examples-procedural.html - [similar]
OOP PECL/rrd example 7095
« Procedural PECL/rrd example RRD 関数 » PHP Manual 例 OOP PECL/rrd example OOP PECL/rrd example ... -10d" , 500 ); $creator -> addDataSource ( "speed:COUNTER:600:U:U" ); $creator -> addArchive ( "AVERAGE:0.5: ...
https://man.plustar.jp/php/rrd.examples-oop.html - [similar]
PREV 1 2 3 NEXT