検索

phrase: max: clip:
target: order:
Results of 801 - 810 of about 1070 for Dump (0.125 sec.)
メソッドが宣言されているクラスを取得する 2628
« ReflectionMethod::getClosure ReflectionMethod::getModifiers » PHP Manual ReflectionMethod メソ ... tionMethod (new HelloWorld (), 'sayHelloTo' ); var_dump ( $reflectionMethod -> getDeclaringClass ()); ?> 上 ...
https://man.plustar.jp/php/reflectionmethod.getdeclaringclass.html - [similar]
メソッドのプロトタイプを (存在すれば) 取得する 2628
« ReflectionMethod::getModifiers ReflectionMethod::invoke » PHP Manual ReflectionMethod メソッド ... lectionMethod ( 'HelloWorld' , 'sayHelloTo' ); var_dump ( $reflectionMethod -> getPrototype ()); ?> 上の例 ...
https://man.plustar.jp/php/reflectionmethod.getprototype.html - [similar]
スクリプトに渡された引数の数 2628
« $http_response_header $argv » PHP Manual 定義済の変数 スクリプトに渡された引数の数 $argc (PHP ... いる場合には使えません。 例 例1 $argc の例 <?php var_dump ( $argc ); ?> このサンプルを php script.php arg1 a ...
https://man.plustar.jp/php/reserved.variables.argc.html - [similar]
スクリプトに渡された引数の配列 2628
« $argc 定義済みの例外 » PHP Manual 定義済の変数 スクリプトに渡された引数の配列 $argv (PHP 4, PH ... いる場合には使えません。 例 例1 $argv の例 <?php var_dump ( $argv ); ?> このサンプルを php script.php arg1 a ...
https://man.plustar.jp/php/reserved.variables.argv.html - [similar]
現在の要素が子要素を持つかどうかを調べる 2628
« SimpleXMLIterator::getChildren SimpleXMLIterator::key » PHP Manual SimpleXMLIterator 現在の要素 ... t () ) { if( $xmlIterator -> hasChildren ()) { var_dump ( $xmlIterator -> current ()); } } ?> 上の例の出力 ...
https://man.plustar.jp/php/simplexmliterator.haschildren.html - [similar]
SOAP 関数の一覧を返す 2628
« SoapClient::__getCookies SoapClient::__getLastRequest » PHP Manual SoapClient SOAP 関数の一覧を ... amazon.com/schemas3/AmazonWebServices.wsdl' ); var_dump ( $client -> __getFunctions ()); ?> 上の例の出力は ...
https://man.plustar.jp/php/soapclient.getfunctions.html - [similar]
SOAP 型の一覧を返す 2628
« SoapClient::__getLastResponseHeaders SoapClient::__setCookie » PHP Manual SoapClient SOAP 型の ... amazon.com/schemas3/AmazonWebServices.wsdl' ); var_dump ( $client -> __getTypes ()); ?> 上の例の出力は以下 ...
https://man.plustar.jp/php/soapclient.gettypes.html - [similar]
パスの SplFileInfo オブジェクトを取得する 2628
« SplFileInfo::getPath SplFileInfo::getPathname » PHP Manual SplFileInfo パスの SplFileInfo オブ ... hp' ); $parent_info = $info -> getPathInfo (); var_dump ( $parent_info -> getRealPath ()); ?> 上の例の出力 ...
https://man.plustar.jp/php/splfileinfo.getpathinfo.html - [similar]
SplFileInfo::openFile で使用するクラスを設定する 2628
« SplFileInfo::openFile SplFileInfo::setInfoClass » PHP Manual SplFileInfo SplFileInfo::openFile ... を設定します $info -> setFileClass ( 'MyFoo' ); var_dump ( $info -> openFile ()); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/splfileinfo.setfileclass.html - [similar]
新しい固定長配列を作成する 2628
« SplFixedArray SplFixedArray::count » PHP Manual SplFixedArray 新しい固定長配列を作成する SplFi ... rray [ 4 ] = "foo" ; foreach( $array as $v ) { var_dump ( $v ); } ?> 上の例の出力は以下となります。 NULL i ...
https://man.plustar.jp/php/splfixedarray.construct.html - [similar]