検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 717 for current (0.019 sec.)
イテレータをストレージの最初の要素に巻き戻す 3419
« SplObjectStorage::removeAllExcept SplObjectStorage::serialize » PHP Manual SplObjectStorage イ ... valid ()) { $index = $s -> key (); $object = $s -> current (); // current($s) と同等 $data = $s -> getInfo () ...
https://man.plustar.jp/php/splobjectstorage.rewind.html - [similar]
イテレータのインデックスを取得する 3392
« AppendIterator::getInnerIterator AppendIterator::key » PHP Manual AppendIterator イテレータのイ ... pend ( $array_b ); foreach ( $iterator as $key => $current ) { echo $iterator -> getIteratorIndex () . ' ' . ... $key . ' ' . $current . PHP_EOL ; } ?> 上の例の出力は以下となります。 0 ...
https://man.plustar.jp/php/appenditerator.getiteratorindex.html - [similar]
The Map class 3392
« Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N ... ction to each value Ds\Map::capacity — Returns the current capacity Ds\Map::clear — Removes all values Ds\Map ... p::union — Creates a new map using values from the current instance and another map Ds\Map::values — Returns ... ::xor — Creates a new map using keys of either the current instance or of another map, but not of both 関連キ ...
https://man.plustar.jp/php/class.ds-map.html - [similar]
RecursiveRegexIterator クラス 3392
« RecursiveIteratorIterator::valid RecursiveRegexIterator::__construct » PHP Manual イテレータ R ... erIterator::accept (): bool public FilterIterator::current (): mixed public FilterIterator::getInnerIterator ... rIterator::valid (): bool public IteratorIterator::current (): mixed public IteratorIterator::getInnerIterato ...
https://man.plustar.jp/php/class.recursiveregexiterator.html - [similar]
SplHeap クラス 3392
« SplQueue::setIteratorMode SplHeap::compare » PHP Manual データ構造 SplHeap クラス SplHeap クラ ... , mixed $value2 ): int public count (): int public current (): mixed public extract (): mixed public insert ( ... SplHeap::count — ヒープ内の要素数を数える SplHeap::current — イテレータが指す現在のノードを返す SplHeap::extr ...
https://man.plustar.jp/php/class.splheap.html - [similar]
このノードが ASP かどうかを調べる 3392
« tidyNode::hasSiblings tidyNode::isComment » PHP Manual tidyNode このノードが ASP かどうかを調べ ... )); function get_nodes ( $node ) { // check if the current node is of requested type if( $node -> isAsp ()) { ... ] . "\n" ; echo $node -> value ; } // check if the current node has childrens if( $node -> hasChildren ()) { ...
https://man.plustar.jp/php/tidynode.isasp.html - [similar]
このノードが JSTE であるかどうかを調べる 3392
« tidyNode::isHtml tidyNode::isPhp » PHP Manual tidyNode このノードが JSTE であるかどうかを調べる ... )); function get_nodes ( $node ) { // check if the current node is of requested type if( $node -> isJste ()) ... ] . "\n" ; echo $node -> value ; } // check if the current node has childrens if( $node -> hasChildren ()) { ...
https://man.plustar.jp/php/tidynode.isjste.html - [similar]
APCUIterator クラス 3357
« apcu_store APCUIterator::__construct » PHP Manual APCu APCUIterator クラス APCUIterator クラス ... _size = 100 , int $list = APC_LIST_ACTIVE ) public current (): mixed public getTotalCount (): int public getT ... tor イテレータオブジェクトを作成する APCUIterator::current — 現在の項目を取得する APCUIterator::getTotalCount ...
https://man.plustar.jp/php/class.apcuiterator.html - [similar]
IteratorIterator クラス 3357
« InfiniteIterator::next IteratorIterator::__construct » PHP Manual イテレータ IteratorIterator ... rsable $iterator , ? string $class = null ) public current (): mixed public getInnerIterator (): ? Iterator p ... e な何かからイテレータを作成する IteratorIterator::current — 現在の値を取得する IteratorIterator::getInnerIte ...
https://man.plustar.jp/php/class.iteratoriterator.html - [similar]
The LuaSandbox class 3357
« Basic usage for LuaSandbox LuaSandbox::callFunction » PHP Manual LuaSandbox The LuaSandbox cla ... the profiler. LuaSandbox::getCPUUsage — Fetch the current CPU time usage of the Lua environment LuaSandbox:: ... getMemoryUsage — Fetch the current memory usage of the Lua environment LuaSandbox::ge ...
https://man.plustar.jp/php/class.luasandbox.html - [similar]