検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 1200 for var (0.014 sec.)
Removes and returns the value at the front of the queue 3246
« Ds\Queue::peek Ds\Queue::push » PHP Manual Queue Removes and returns the value at the front of ... ); $queue -> push ( "b" ); $queue -> push ( "c" ); var_dump ( $queue -> pop ()); var_dump ( $queue -> pop ... ()); var_dump ( $queue -> pop ()); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/ds-queue.pop.html - [similar]
Removes and returns the value at the top of the stack 3246
« Ds\Stack::peek Ds\Stack::push » PHP Manual Stack Removes and returns the value at the top of t ... ); $stack -> push ( "b" ); $stack -> push ( "c" ); var_dump ( $stack -> pop ()); var_dump ( $stack -> pop ... ()); var_dump ( $stack -> pop ()); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/ds-stack.pop.html - [similar]
変数が既にキャッシュに存在しない場合にのみ変数をユーザーキャッシュに追加する 3246
« wincache_scache_meminfo wincache_ucache_cas » PHP Manual WinCache 関数 変数が既にキャッシュに存 ... add() で key を文字列にする例 <?php $bar = 'BAR' ; var_dump ( wincache_ucache_add ( 'foo' , $bar )); var_ ... dump ( wincache_ucache_add ( 'foo' , $bar )); var_dump ( wincache_ucache_get ( 'foo' )); ?> 上の例の ... 'Blue' => '6' , 'yellow' => '7' , 'cyan' => '8' ); var_dump ( wincache_ucache_add ( $colors_array )); var ... _dump ( wincache_ucache_add ( $colors_array )); var_dump ( wincache_ucache_get ( 'Blue' )); ?> 上の例の ...
https://man.plustar.jp/php/function.wincache-ucache-add.html - [similar]
名前で Unicode 文字を探し、コードポイントの値を返す 3246
« IntlChar::charDirection IntlChar::charMirror » PHP Manual IntlChar 名前で Unicode 文字を探し、 ... 返します。 例 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: charFromName ( "LATIN CAPITAL L ... ETTER A" )); var_dump ( IntlChar :: charFromName ( "SNOWMAN" )); va ... mName ( "RECYCLING SYMBOL FOR TYPE-1 PLASTICS" )); var_dump ( IntlChar :: charFromName ( "A RANDOM STRING ...
https://man.plustar.jp/php/intlchar.charfromname.html - [similar]
数値アイテムの値を減らす 3246
« Memcached::__construct Memcached::decrementByKey » PHP Manual Memcached 数値アイテムの値を減ら ... ounter' , 5 ); $n = $m -> decrement ( 'counter' ); var_dump ( $n ); $n = $m -> decrement ( 'counter' , 10 ... ); var_dump ( $n ); var_dump ( $m -> get ( 'counter' )); ... // アイテムの値が数値でないので、これは失敗します var_dump ( $n ); ?> 上の例の出力は以下となります。 int ...
https://man.plustar.jp/php/memcached.decrement.html - [similar]
Get SeasLog request_id differentiated requests 3246
« SeasLog::getLastLogger SeasLog::getRequestVariable » PHP Manual SeasLog Get SeasLog request_id ... tion. 例 例1 SeasLog::getRequestID() example <?php var_dump ( SeasLog :: getRequestID ()); var_dump ( Sea ... :: setRequestID ( 'reqeust_id_test_' . time ())); var_dump ( SeasLog :: getRequestID ()); ?> 上の例の出力 ... Set SeasLog request_id differentiated requests The Variable `%Q` in Seaslog Default Variable Table . 関連 ...
https://man.plustar.jp/php/seaslog.getrequestid.html - [similar]
要求されたインデックスが存在するかどうかを返す 3217
« ArrayObject::natsort ArrayObject::offsetGet » PHP Manual ArrayObject 要求されたインデックスが存 ... t (array( 'zero' , 'one' , 'example' => 'e.g.' )); var_dump ( $arrayobj -> offsetExists ( 1 )); var_dump ... ( $arrayobj -> offsetExists ( 'example' )); var_dump ( $arrayobj -> offsetExists ( 'notfound' )); ...
https://man.plustar.jp/php/arrayobject.offsetexists.html - [similar]
指定したインデックスの値を返す 3217
« ArrayObject::offsetExists ArrayObject::offsetSet » PHP Manual ArrayObject 指定したインデックス ... bject (array( 'zero' , 7 , 'example' => 'e.g.' )); var_dump ( $arrayobj -> offsetGet ( 1 )); var_dump ( $ ... arrayobj -> offsetGet ( 'example' )); var_dump ( $arrayobj -> offsetExists ( 'notfound' )); ...
https://man.plustar.jp/php/arrayobject.offsetget.html - [similar]
ArrayAccess インターフェイス 3217
« Throwable::__toString ArrayAccess::offsetExists » PHP Manual 定義済みのインターフェイスとクラス ... ontainer [ $offset ] : null ; } } $obj = new Obj ; var_dump (isset( $obj [ "two" ])); var_dump ( $obj [ " ... two" ]); unset( $obj [ "two" ]); var_dump (isset( $obj [ "two" ])); $obj [ "two" ] = "A ... value" ; var_dump ( $obj [ "two" ]); $obj [] = 'Append 1' ; $ob ...
https://man.plustar.jp/php/class.arrayaccess.html - [similar]
Constructs EvStat watcher object 3217
« EvStat::attr EvStat::createStopped » PHP Manual EvStat Constructs EvStat watcher object EvStat ... iority Watcher priority 例 例1 Monitor changes of /var/log/messages <?php // Use 10 second update interva ... l. $w = new EvStat ( "/var/log/messages" , 8 , function ( $w ) { echo "/var/l ...
https://man.plustar.jp/php/evstat.construct.html - [similar]