検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 84 for ArrayIterator (0.016 sec.)
正規表現フラグを返す 6340
« RegexIterator::getMode RegexIterator::getRegex » PHP Manual RegexIterator 正規表現フラグを返す ... str2' => 'another test' , 'str3' => 'test 123' ); $arrayIterator = new ArrayIterator ( $test ); $regexIterator = ne ... w RegexIterator ( $arrayIterator , '/\s/' , RegexIterator :: SPLIT ); $regexIterato ...
https://man.plustar.jp/php/regexiterator.getpregflags.html - [similar]
操作モードを返す 6313
« RegexIterator::getFlags RegexIterator::getPregFlags » PHP Manual RegexIterator 操作モードを返す ... str2' => 'another test' , 'str3' => 'test 123' ); $arrayIterator = new ArrayIterator ( $test ); $regexIterator = ne ... w RegexIterator ( $arrayIterator , '/^[a-z]+/' , RegexIterator :: GET_MATCH ); $mod ...
https://man.plustar.jp/php/regexiterator.getmode.html - [similar]
イテレータの現在の要素がフィルタを満たすかどうかを調べる 6286
« FilterIterator FilterIterator::__construct » PHP Manual FilterIterator イテレータの現在の要素が ... return strlen ( parent :: current ()) >= 10 ; } } $arrayIterator = new ArrayIterator (array( 'test1' , 'more than 1 ... s' )); $lengthFilter = new LengthFilterIterator ( $arrayIterator ); foreach ( $lengthFilter as $value ) { echo $val ...
https://man.plustar.jp/php/filteriterator.accept.html - [similar]
フラグを設定する 6286
« RegexIterator::getRegex RegexIterator::setMode » PHP Manual RegexIterator フラグを設定する Reg ... str2' => 'another test' , 'str3' => 'test 123' ); $arrayIterator = new ArrayIterator ( $test ); $regexIterator = ne ... w RegexIterator ( $arrayIterator , '/^test/' ); $regexIterator -> setFlags ( RegexI ...
https://man.plustar.jp/php/regexiterator.setflags.html - [similar]
イテレータのインデックスを取得する 6259
« AppendIterator::getInnerIterator AppendIterator::key » PHP Manual AppendIterator イテレータのイ ... tIteratorIndex() の基本的な例 <?php $array_a = new ArrayIterator (array( 'a' => 'aardwolf' , 'b' => 'bear' , 'c' => ... 'capybara' )); $array_b = new ArrayIterator (array( 'apple' , 'orange' , 'lemon' )); $iterator ... or() - 内部イテレータを取得する AppendIterator::getArrayIterator() - ArrayIterator を取得する 関連キーワード: 取得 ...
https://man.plustar.jp/php/appenditerator.getiteratorindex.html - [similar]
ArrayObject のイテレータクラス名を取得する 6259
« ArrayObject::getIterator ArrayObject::ksort » PHP Manual ArrayObject ArrayObject のイテレータク ... getIteratorClass() の例 <?php // 独自のイテレータ (ArrayIterator を継承したもの) class MyArrayIterator extends Arra ... 定します $fruitsArrayObject -> setIteratorClass ( 'MyArrayIterator' ); // 新しいイテレータクラス名を取得します $class ... e ); ?> 上の例の出力は以下となります。 string(13) "ArrayIterator" string(15) "MyArrayIterator" 参考 ArrayObject::se ...
https://man.plustar.jp/php/arrayobject.getiteratorclass.html - [similar]
操作モードを設定する 6259
« RegexIterator::setFlags RegexIterator::setPregFlags » PHP Manual RegexIterator 操作モードを設定 ... str2' => 'another test' , 'str3' => 'test 123' ); $arrayIterator = new ArrayIterator ( $test ); // 'test ' で始まっ ... を取り出します $regexIterator = new RegexIterator ( $arrayIterator , '/^test (\d+)/' ); // 操作モードは、実際の値をマ ...
https://man.plustar.jp/php/regexiterator.setmode.html - [similar]
正規表現フラグを設定する 6259
« RegexIterator::setMode インターフェイス » PHP Manual RegexIterator 正規表現フラグを設定する Re ... array ( 'test 1' , 'another test' , 'test 123' ); $arrayIterator = new ArrayIterator ( $test ); $regexIterator = ne ... w RegexIterator ( $arrayIterator , '/^test/' , RegexIterator :: GET_MATCH ); $regex ...
https://man.plustar.jp/php/regexiterator.setpregflags.html - [similar]
イテレータにある要素をカウントする 6232
« iterator_apply iterator_to_array » PHP Manual SPL 関数 イテレータにある要素をカウントする iter ... 例 例1 iterator_count() の例 <?php $iterator = new ArrayIterator (array( 'recipe' => 'pancakes' , 'egg' , 'milk' , ... r_count() で位置を変更する例 <?php $iterator = new ArrayIterator ([ 'one' , 'two' , 'three' ]); var_dump ( $iterato ... ループ内での iterator_count() <?php $iterator = new ArrayIterator ([ 'one' , 'two' , 'three' ]); foreach ( $iterator ...
https://man.plustar.jp/php/function.iterator-count.html - [similar]
イテレータ 6205
« SplObjectStorage::valid AppendIterator » PHP Manual SPL イテレータ イテレータ 目次 AppendItera ... tor ArrayIterator CachingIterator CallbackFilterIterator DirectoryIt ... eIterator NoRewindIterator ParentIterator RecursiveArrayIterator RecursiveCachingIterator RecursiveCallbackFilterIt ... 処理することができます。 SPL イテレータクラスツリー ArrayIterator RecursiveArrayIterator EmptyIterator IteratorItera ...
https://man.plustar.jp/php/spl.iterators.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT