検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 84 for ArrayIterator (0.052 sec.)
キャッシュの内容を取得する 5676
« CachingIterator::current CachingIterator::getFlags » PHP Manual CachingIterator キャッシュの内 ... ingIterator::getCache() の例 <?php $iterator = new ArrayIterator (array( 1 , 2 , 3 )); $cache = new CachingIterator ...
https://man.plustar.jp/php/cachingiterator.getcache.html - [similar]
IteratorAggregate インターフェイス 5676
« Iterator::valid IteratorAggregate::getIterator » PHP Manual 定義済みのインターフェイスとクラス ... y" ; } public function getIterator () { return new ArrayIterator ( $this ); } } $obj = new myData ; foreach( $obj a ...
https://man.plustar.jp/php/class.iteratoraggregate.html - [similar]
変数の内容が反復可能な値であることを確認する 5676
« is_integer is_long » PHP Manual 変数操作 関数 変数の内容が反復可能な値であることを確認する is_ ... , 3 ])); // bool(true) var_dump ( is_iterable (new ArrayIterator ([ 1 , 2 , 3 ]))); // bool(true) var_dump ( is_ite ...
https://man.plustar.jp/php/function.is-iterable.html - [similar]
内部イテレータの巻き戻し操作を阻止する 5676
« NoRewindIterator::next NoRewindIterator::valid » PHP Manual NoRewindIterator 内部イテレータの巻 ... " ); $noRewindIterator = new NoRewindIterator (new ArrayIterator ( $fruits )); echo $noRewindIterator -> current () ...
https://man.plustar.jp/php/norewinditerator.rewind.html - [similar]
受け入れ状況を取得する 5676
« RegexIterator RegexIterator::__construct » PHP Manual RegexIterator 受け入れ状況を取得する Reg ... アイテムのみを許可するものです。 <?php $names = new ArrayIterator (array( 'Ann' , 'Bob' , 'Charlie' , 'David' )); $f ...
https://man.plustar.jp/php/regexiterator.accept.html - [similar]
LimitIterator を作成する 5649
« LimitIterator LimitIterator::current » PHP Manual LimitIterator LimitIterator を作成する Limit ... LimitIterator::__construct() の例 <?php $ait = new ArrayIterator (array( 'a' , 'b' , 'c' , 'd' , 'e' )); $lit = new ...
https://man.plustar.jp/php/limititerator.construct.html - [similar]
LimitIterator クラス 5622
« IteratorIterator::valid LimitIterator::__construct » PHP Manual イテレータ LimitIterator クラス ... 定した処理を行うイテレータを作成します $fruits = new ArrayIterator (array( 'apple' , 'banana' , 'cherry' , 'damson' , ...
https://man.plustar.jp/php/class.limititerator.html - [similar]
配列の内部ポインタを最終要素にセットする 5622
« each extract » PHP Manual 配列 関数 配列の内部ポインタを最終要素にセットする end (PHP 4, PHP 5 ... に対して最初に get_mangled_object_vars() を使うか、 ArrayIterator を使って下さい。 例 例1 end() の例 <?php $fruits = ...
https://man.plustar.jp/php/function.end.html - [similar]
ユーザー関数をイテレータのすべての要素でコールする 5622
« class_uses iterator_count » PHP Manual SPL 関数 ユーザー関数をイテレータのすべての要素でコール ... -> current ()) . "\n" ; return TRUE ; } $it = new ArrayIterator (array( "Apples" , "Bananas" , "Cherries" )); iter ...
https://man.plustar.jp/php/function.iterator-apply.html - [similar]
イテレータを配列にコピーする 5622
« iterator_count spl_autoload_call » PHP Manual SPL 関数 イテレータを配列にコピーする iterator_t ... 例1 iterator_to_array() の例 <?php $iterator = new ArrayIterator (array( 'recipe' => 'pancakes' , 'egg' , 'milk' , ...
https://man.plustar.jp/php/function.iterator-to-array.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT