検索

phrase: max: clip:
target: order:
Results of 381 - 390 of about 1200 for var (0.184 sec.)
クラスが無名クラスかを調べる 2901
« ReflectionClass::isAbstract ReflectionClass::isCloneable » PHP Manual ReflectionClass クラスが ... ; $anonClass = new ReflectionClass ( $anonClass ); var_dump ( $normalClass -> isAnonymous ()); var_dump ( ...
https://man.plustar.jp/php/reflectionclass.isanonymous.html - [similar]
ReflectionMethod を作成する 2901
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... を表示します printf ( "---> Documentation:\n %s\n" , var_export ( $method -> getDocComment (), true )); // ... あれば表示します if ( $statics = $method -> getStaticVariables ()) { printf ( "---> Static variables: %s\n" ... , var_export ( $statics , true )); } // メソッドを実行し ... ます printf ( "---> Invocation results in: " ); var_dump ( $method -> invoke ( NULL )); ?> 上の例の出力 ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
引数が型を持つかを調べる 2901
« ReflectionParameter::getType ReflectionParameter::isArray » PHP Manual ReflectionParameter 引数 ... ctionParams = $reflectionFunc -> getParameters (); var_dump ( $reflectionParams [ 0 ]-> hasType ()); var_ ...
https://man.plustar.jp/php/reflectionparameter.hastype.html - [similar]
現在のキーを返す 2901
« SimpleXMLIterator::hasChildren SimpleXMLIterator::next » PHP Manual SimpleXMLIterator 現在のキ ... ics</book><book>XML basics</book></books>' ); echo var_dump ( $xmlIterator -> key ()); $xmlIterator -> re ... wind (); // 最初の要素に巻き戻します echo var_dump ( $xmlIterator -> key ()); ?> 上の例の出力は以 ...
https://man.plustar.jp/php/simplexmliterator.key.html - [similar]
ファイルが読み込み可能か調べる 2901
« SplFileInfo::isLink SplFileInfo::isWritable » PHP Manual SplFileInfo ファイルが読み込み可能か調 ... ) の例 <?php $info = new SplFileInfo ( __FILE__ ); var_dump ( $info -> isReadable ()); $info = new SplFil ... eInfo ( 'foo' ); var_dump ( $info -> isReadable ()); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/splfileinfo.isreadable.html - [similar]
インストール手順 2901
« 要件 定義済み定数 » PHP Manual インストール/設定 インストール手順 インストール手順 この » PECL ... 次の場所にあります。 » https://pecl.php.net/package/var_representation . この PECL 拡張モジュールの Window ... ュール , 情報 , ソース , バイナリ , representation , var , package ...
https://man.plustar.jp/php/var-representation.installation.html - [similar]
ArrayObject の public プロパティの数を取得する 2878
« ArrayObject::__construct ArrayObject::exchangeArray » PHP Manual ArrayObject ArrayObject の pu ... ; } $arrayobj = new ArrayObject (new Example ()); var_dump ( $arrayobj -> count ()); $arrayobj = new Arr ... ayObject (array( 'first' , 'second' , 'third' )); var_dump ( $arrayobj -> count ()); ?> 上の例の出力は以 ...
https://man.plustar.jp/php/arrayobject.count.html - [similar]
Joins all values together as a string 2878
« Ds\Deque::isEmpty Ds\Deque::jsonSerialize » PHP Manual Deque Joins all values together as a st ... ew \ Ds \ Deque ([ "a" , "b" , "c" , 1 , 2 , 3 ]); var_dump ( $deque -> join ( "|" )); ?> 上の例の出力は、 ... ew \ Ds \ Deque ([ "a" , "b" , "c" , 1 , 2 , 3 ]); var_dump ( $deque -> join ()); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/ds-deque.join.html - [similar]
Returns the sum of all values in the deque 2878
« Ds\Deque::sorted Ds\Deque::toArray » PHP Manual Deque Returns the sum of all values in the deq ... e <?php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); var_dump ( $deque -> sum ()); ?> 上の例の出力は、 たと ... <?php $deque = new \ Ds \ Deque ([ 1 , 2.5 , 3 ]); var_dump ( $deque -> sum ()); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/ds-deque.sum.html - [similar]
Joins all values together as a string 2878
« Ds\Sequence::insert Ds\Sequence::last » PHP Manual Sequence Joins all values together as a str ... w \ Ds \ Vector ([ "a" , "b" , "c" , 1 , 2 , 3 ]); var_dump ( $sequence -> join ( "|" )); ?> 上の例の出力 ... w \ Ds \ Vector ([ "a" , "b" , "c" , 1 , 2 , 3 ]); var_dump ( $sequence -> join ()); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/ds-sequence.join.html - [similar]