検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 84 for ArrayIterator (0.008 sec.)
新しい RegexIterator を作成する 6151
« RegexIterator::accept RegexIterator::getFlags » PHP Manual RegexIterator 新しい RegexIterator ... を取り出す新しい RegexIterator を作成します。 <?php $arrayIterator = new ArrayIterator (array( 'test 1' , 'another te ... est 123' )); $regexIterator = new RegexIterator ( $arrayIterator , '/^test/' ); foreach ( $regexIterator as $value ...
https://man.plustar.jp/php/regexiterator.construct.html - [similar]
Adds values to the set 6096
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... value ; } } $set = new \ Ds \ Set (); $obj = new \ ArrayIterator ([]); // Adding the same instance multiple times w ... ようになります。 object(Ds\Set)#1 (5) { [0]=> object(ArrayIterator)#2 (1) { ["storage":"ArrayIterator":private]=> arr ...
https://man.plustar.jp/php/ds-set.add.html - [similar]
イテレータを追加する 6069
« AppendIterator AppendIterator::__construct » PHP Manual AppendIterator イテレータを追加する Ap ... AppendIterator::append() の例 <?php $array_a = new ArrayIterator (array( 'a' , 'b' , 'c' )); $array_b = new ArrayIt ...
https://man.plustar.jp/php/appenditerator.append.html - [similar]
現在の要素が有効かどうかを調べる 6069
« AppendIterator::rewind ArrayIterator » PHP Manual AppendIterator 現在の要素が有効かどうかを調べ ... endIterator , valid , rewind , パラメータ , 取得 , ArrayIterator , public , 関数 , 参考 ...
https://man.plustar.jp/php/appenditerator.valid.html - [similar]
ArrayObject をアンシリアライズする 6069
« ArrayObject::uksort SplObserver » PHP Manual ArrayObject ArrayObject をアンシリアライズする Ar ... イズした ArrayObject 。 戻り値 値を返しません。 参考 ArrayIterator::serialize() - シリアライズする unserialize() - 保 ... ta , パラメータ , 生成 , 表現 , 保存 , serialize , ArrayIterator ...
https://man.plustar.jp/php/arrayobject.unserialize.html - [similar]
利用可能な SPL クラスを返す 6069
« spl_autoload spl_object_hash » PHP Manual SPL 関数 利用可能な SPL クラスを返す spl_classes (PH ... うになります。 Array ( [ArrayObject] => ArrayObject [ArrayIterator] => ArrayIterator [CachingIterator] => CachingIter ...
https://man.plustar.jp/php/function.spl-classes.html - [similar]
位置を移動する 6042
« SeekableIterator 例外 » PHP Manual SeekableIterator 位置を移動する SeekableIterator::seek (PHP ... eek() の例 イテレータの 3 番目の位置に移動します ( ArrayIterator は SeekableIterator を実装しています)。 <?php $arr ... erry" , "damson" , "elderberry" ); $iterator = new ArrayIterator ( $array ); $iterator -> seek ( 3 ); echo $iterato ...
https://man.plustar.jp/php/seekableiterator.seek.html - [similar]
AppendIterator クラス 6015
« イテレータ AppendIterator::append » PHP Manual イテレータ AppendIterator クラス AppendIterator ... terator ): void public current (): mixed public getArrayIterator (): ArrayIterator public getInnerIterator (): Iter ... r::current — 現在の値を取得する AppendIterator::getArrayIteratorArrayIterator を取得する AppendIterator::getInne ...
https://man.plustar.jp/php/class.appenditerator.html - [similar]
Associates a key with a value 6015
« Ds\Map::pairs Ds\Map::putAll » PHP Manual Map Associates a key with a value Ds\Map::put (PECL ... value ; } } $map = new \ Ds \ Map (); $obj = new \ ArrayIterator ([]); // Using the same instance multiple times wi ... ) { [0]=> object(Ds\Pair)#7 (2) { ["key"]=> object(ArrayIterator)#2 (1) { ["storage":"ArrayIterator":private]=> arr ...
https://man.plustar.jp/php/ds-map.put.html - [similar]
現在のキーを取得する 5988
« AppendIterator::getIteratorIndex AppendIterator::next » PHP Manual AppendIterator 現在のキーを ... dIterator::key() の基本的な例 <?php $array_a = new ArrayIterator (array( 'a' => 'aardwolf' , 'b' => 'bear' , 'c' => ... 'capybara' )); $array_b = new ArrayIterator (array( 'apple' , 'orange' , 'lemon' )); $iterator ...
https://man.plustar.jp/php/appenditerator.key.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT