検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 389 for foreach (0.148 sec.)
クラス定数を取得する 4122
« ReflectionClass::getReflectionConstant ReflectionClass::getShortName » PHP Manual ReflectionCl ... ; $consts = $reflect -> getReflectionConstants (); foreach ( $consts as $const ) { print $const -> getName () ...
https://man.plustar.jp/php/reflectionclass.getreflectionconstants.html - [similar]
クラスのインスタンス化が可能であるかどうかを調べる 4122
« ReflectionClass::isInstance ReflectionClass::isInterface » PHP Manual ReflectionClass クラスの ... ractClass" , "D" , "T" , "privateConstructor" , ); foreach( $classes as $class ) { $reflectionClass = new Ref ...
https://man.plustar.jp/php/reflectionclass.isinstantiable.html - [similar]
列挙型の全ての case を返す 4122
« ReflectionEnum::getCase ReflectionEnum::hasCase » PHP Manual ReflectionEnum 列挙型の全ての cas ... m ( Suit ::class); $cases = $rEnum -> getCases (); foreach ( $cases as $rCase ) { var_dump ( $rCase -> getVal ...
https://man.plustar.jp/php/reflectionenum.getcases.html - [similar]
操作モードを設定する 4122
« RegexIterator::setFlags RegexIterator::setPregFlags » PHP Manual RegexIterator 操作モードを設定 ... terator -> setMode ( RegexIterator :: GET_MATCH ); foreach ( $regexIterator as $key => $value ) { // print ou ...
https://man.plustar.jp/php/regexiterator.setmode.html - [similar]
正規表現フラグを設定する 4122
« RegexIterator::setMode インターフェイス » PHP Manual RegexIterator 正規表現フラグを設定する Re ... xIterator -> setPregFlags ( PREG_OFFSET_CAPTURE ); foreach ( $regexIterator as $key => $value ) { var_dump ( ...
https://man.plustar.jp/php/regexiterator.setpregflags.html - [similar]
キーワードのリスト 4122
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト こ ... ) do echo else elseif empty() enddeclare endfor endforeach endif endswitch endwhile eval() exit() extends fin ... al finally fn (PHP 7.4 以降) for foreach function global goto if implements include include ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
要素の属性を定義する 4122
« SimpleXMLElement::asXML SimpleXMLElement::children » PHP Manual SimpleXMLElement 要素の属性を定 ... /a> XML; $xml = simplexml_load_string ( $string ); foreach( $xml -> foo [ 0 ]-> attributes () as $a => $b ) { ...
https://man.plustar.jp/php/simplexmlelement.attributes.html - [similar]
定義されている関数の一覧を返す 4122
« SoapServer::fault SoapServer::handle » PHP Manual SoapServer 定義されている関数の一覧を返す So ... ions: " ; $functions = $server -> getFunctions (); foreach( $functions as $func ) { echo $func . "\n" ; } } ? ...
https://man.plustar.jp/php/soapserver.getfunctions.html - [similar]
このノードが ASP かどうかを調べる 4122
« tidyNode::hasSiblings tidyNode::isComment » PHP Manual tidyNode このノードが ASP かどうかを調べ ... node has childrens if( $node -> hasChildren ()) { foreach( $node -> child as $child ) { get_nodes ( $child ) ...
https://man.plustar.jp/php/tidynode.isasp.html - [similar]
このノードがコメントを表すものかどうかを調べる 4122
« tidyNode::isAsp tidyNode::isHtml » PHP Manual tidyNode このノードがコメントを表すものかどうかを ... node has childrens if( $node -> hasChildren ()) { foreach( $node -> child as $child ) { get_nodes ( $child ) ...
https://man.plustar.jp/php/tidynode.iscomment.html - [similar]