検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 389 for foreach (0.066 sec.)
フラグを設定する 4209
« RegexIterator::getRegex RegexIterator::setMode » PHP Manual RegexIterator フラグを設定する Reg ... Iterator -> setFlags ( RegexIterator :: USE_KEY ); foreach ( $regexIterator as $key => $value ) { echo $key . ...
https://man.plustar.jp/php/regexiterator.setflags.html - [similar]
XML エラーの対応 4209
« 基本的な SimpleXML の使用法 SimpleXMLElement » PHP Manual 例 XML エラーの対応 XML エラーの対応 ... ( $sxe === false ) { echo "Failed loading XML\n" ; foreach( libxml_get_errors () as $error ) { echo "\t" , $e ...
https://man.plustar.jp/php/simplexml.examples-errors.html - [similar]
現在の要素の子要素を返す 4209
« SimpleXMLIterator::current SimpleXMLIterator::hasChildren » PHP Manual SimpleXMLIterator 現在の ... lIterator -> valid (); $xmlIterator -> next () ) { foreach( $xmlIterator -> getChildren () as $name => $data ...
https://man.plustar.jp/php/simplexmliterator.getchildren.html - [similar]
ファイルポインタを先頭に巻き戻す 4209
« SplFileObject::next SplFileObject::seek » PHP Manual SplFileObject ファイルポインタを先頭に巻き ... Object ( "misc.txt" ); // ファイル全体をループする foreach ( $file as $line ) { } // 最初の行に巻き戻す $file ...
https://man.plustar.jp/php/splfileobject.rewind.html - [similar]
読み込む行の最大バイト数をセットする 4209
« SplFileObject::setFlags SplFileObject::__toString » PHP Manual SplFileObject 読み込む行の最大バ ... t ( "lipsum.txt" ); $file -> setMaxLineLen ( 20 ); foreach ( $file as $line ) { echo $line . "\n" ; } ?> lips ...
https://man.plustar.jp/php/splfileobject.setmaxlinelen.html - [similar]
新しい固定長配列を作成する 4209
« SplFixedArray SplFixedArray::count » PHP Manual SplFixedArray 新しい固定長配列を作成する SplFi ... y ( 5 ); $array [ 1 ] = 2 ; $array [ 4 ] = "foo" ; foreach( $array as $v ) { var_dump ( $v ); } ?> 上の例の出 ...
https://man.plustar.jp/php/splfixedarray.construct.html - [similar]
双方向リンクリストを使用して実装した新しい空のスタックを作成する 4209
« SplStack SplStack::setIteratorMode » PHP Manual SplStack 双方向リンクリストを使用して実装した新 ... w SplStack (); $q [] = 1 ; $q [] = 2 ; $q [] = 3 ; foreach ( $q as $elem ) { echo $elem . "\n" ; } ?> 上の例の ...
https://man.plustar.jp/php/splstack.construct.html - [similar]
Tidy パースツリーのルートを表す tidyNode を返す 4209
« tidy::repairString tidyNode » PHP Manual tidy Tidy パースツリーのルートを表す tidyNode を返す ... $node , $indent ) { if( $node -> hasChildren ()) { foreach( $node -> child as $child ) { echo str_repeat ( '. ...
https://man.plustar.jp/php/tidy.root.html - [similar]
値を代入する 4209
« Yaf_View_Simple Yaf_View_Simple::assignRef » PHP Manual Yaf_View_Simple 値を代入する Yaf_View_ ... <?php echo $foo ; ?> </title> </head> <body> <?php foreach ( $this -> _tpl_vars as $name => $value ) { echo $ ...
https://man.plustar.jp/php/yaf-view-simple.assign.html - [similar]
APCUIterator イテレータオブジェクトを作成する 4122
« APCUIterator APCUIterator::current » PHP Manual APCUIterator APCUIterator イテレータオブジェク ... ます。 例 例1 APCUIterator::__construct() の例 <?php foreach (new APCUIterator ( '/^counter\./' ) as $counter ) ...
https://man.plustar.jp/php/apcuiterator.construct.html - [similar]