検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 717 for current (0.091 sec.)
Reduces the map to a single value using a callback function 3357
« Ds\Map::putAll Ds\Map::remove » PHP Manual Map Reduces the map to a single value using a callb ... al if it's the first iteration. key The key of the current iteration. value The value of the current iteratio ...
https://man.plustar.jp/php/ds-map.reduce.html - [similar]
イテレータにある要素をカウントする 3357
« iterator_apply iterator_to_array » PHP Manual SPL 関数 イテレータにある要素をカウントする iter ... one' , 'two' , 'three' ]); var_dump ( $iterator -> current ()); var_dump ( iterator_count ( $iterator )); var ... _dump ( $iterator -> current ()); ?> 上の例の出力は以下となります。 string(3) " ...
https://man.plustar.jp/php/function.iterator-count.html - [similar]
項目の値を増やす 3357
« Memcache::getVersion Memcache::pconnect » PHP Manual Memcache 項目の値を増やす Memcache::incre ... he_host' , 11211 ); /* カウンタを 2 増やします */ $current_value = memcache_increment ( $memcache_obj , 'coun ... he_host' , 11211 ); /* カウンタを 3 増やします */ $current_value = $memcache_obj -> increment ( 'counter' , 3 ...
https://man.plustar.jp/php/memcache.increment.html - [similar]
このノードがコメントを表すものかどうかを調べる 3357
« tidyNode::isAsp tidyNode::isHtml » PHP Manual tidyNode このノードがコメントを表すものかどうかを ... )); function get_nodes ( $node ) { // check if the current node is of requested type if( $node -> isComment ( ... ] . "\n" ; echo $node -> value ; } // check if the current node has childrens if( $node -> hasChildren ()) { ...
https://man.plustar.jp/php/tidynode.iscomment.html - [similar]
このノードが PHP であるかどうかを調べる 3357
« tidyNode::isJste tidyNode::isText » PHP Manual tidyNode このノードが PHP であるかどうかを調べる ... )); function get_nodes ( $node ) { // check if the current node is of requested type if( $node -> isPhp ()) { ... ] . "\n" ; echo $node -> value ; } // check if the current node has childrens if( $node -> hasChildren ()) { ...
https://man.plustar.jp/php/tidynode.isphp.html - [similar]
このノードが (マークアップでない) テキストであるかどうかを調べる 3357
« tidyNode::isPhp Tidy 関数 » PHP Manual tidyNode このノードが (マークアップでない) テキストであ ... )); function get_nodes ( $node ) { // check if the current node is of requested type if( $node -> isText ()) ... ] . "\n" ; echo $node -> value ; } // check if the current node has childrens if( $node -> hasChildren ()) { ...
https://man.plustar.jp/php/tidynode.istext.html - [similar]
win32service 3322
« variant_xor はじめに » PHP Manual Windows 用のモジュール win32service win32service はじめに イ ... exit_code — Define or return the exit code for the current running service win32_set_service_exit_mode — Defi ... ne or return the exit mode for the current running service win32_set_service_status — サービス ...
https://man.plustar.jp/php/book.win32service.html - [similar]
DatePeriod クラス 3322
« DateInterval::format DatePeriod::__construct » PHP Manual Date/Time DatePeriod クラス DatePeri ... TimeInterface $ start ; public DateTimeInterface $ current ; public DateTimeInterface $ end ; public DateInte ... 復日のセットに含めるかどうか。 start 期間の開始日。 current 反復中に期間内の現在の日付が含まれます。 end 期間の ...
https://man.plustar.jp/php/class.dateperiod.html - [similar]
RecursiveIteratorIterator クラス 3322
« RecursiveFilterIterator::hasChildren RecursiveIteratorIterator::beginChildren » PHP Manual イテ ... iveIterator public callHasChildren (): bool public current (): mixed public endChildren (): void public endIt ... atorIterator を作成する RecursiveIteratorIterator::current — 現在の要素の値にアクセスする RecursiveIteratorIt ...
https://man.plustar.jp/php/class.recursiveiteratoriterator.html - [similar]
SplPriorityQueue クラス 3322
« SplMinHeap::compare SplPriorityQueue::compare » PHP Manual データ構造 SplPriorityQueue クラス ... ixed $priority2 ): int public count (): int public current (): mixed public extract (): mixed public getExtra ... count — キュー内の要素数を数える SplPriorityQueue::current — イテレータが指す現在のノードを返す SplPriorityQu ...
https://man.plustar.jp/php/class.splpriorityqueue.html - [similar]