検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 1070 for Dump (0.427 sec.)
Sets value of existing class or instance property 3018
« uopz_set_mock uopz_set_return » PHP Manual Uopz 関数 Sets value of existing class or instance ... 0 ); uopz_set_property ( $foo , 'bar' , 100 ); var_dump ( Foo :: testStaticBar ()); var_dump ( $foo -> tes ...
https://man.plustar.jp/php/function.uopz-set-property.html - [similar]
新しい IntlCalendar を作成する 3018
« IntlCalendar::__construct IntlCalendar::equals » PHP Manual IntlCalendar 新しい IntlCalendar を ... :: createInstance (); echo "No arguments\n" ; var_dump ( get_class ( $cal ), IntlDateFormatter :: formatO ... : createInstance ( IntlTimeZone :: getGMT ()); var_dump ( get_class ( $cal ), IntlDateFormatter :: formatO ... eInstance ( NULL , 'es_ES@calendar=persian' ); var_dump ( get_class ( $cal ), IntlDateFormatter :: formatO ...
https://man.plustar.jp/php/intlcalendar.createinstance.html - [similar]
Memcached のオプションの値を取得する 3018
« Memcached::getMultiByKey Memcached::getResultCode » PHP Manual Memcached Memcached のオプション ... オプションの取得 <?php $m = new Memcached (); var_dump ( $m -> getOption ( Memcached :: OPT_COMPRESSION ) ... ); var_dump ( $m -> getOption ( Memcached :: OPT_POLL_TIMEOUT ...
https://man.plustar.jp/php/memcached.getoption.html - [similar]
Returns the timestamp component of this ObjectId 3018
« MongoDB\BSON\ObjectId::__construct MongoDB\BSON\ObjectId::jsonSerialize » PHP Manual MongoDB\B ... DB\BSON\ObjectId::getTimestamp() example <?php var_dump ((new MongoDB \ BSON \ ObjectId ())-> getTimestamp ... ()); var_dump ((new MongoDB \ BSON \ ObjectId ( '0000002a0000000 ...
https://man.plustar.jp/php/mongodb-bson-objectid.gettimestamp.html - [similar]
Returns the WriteConcern's "wtimeout" option 3018
« MongoDB\Driver\WriteConcern::getW MongoDB\Driver\WriteConcern::isDefault » PHP Manual MongoDB\ ... c = new MongoDB \ Driver \ WriteConcern ( 1 ); var_dump ( $wc -> getWtimeout ()); $wc = new MongoDB \ Driv ... \ Driver \ WriteConcern :: MAJORITY , 3000 ); var_dump ( $wc -> getWtimeout ()); ?> 上の例の出力は以下とな ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.getwtimeout.html - [similar]
スキーマのセッションを取得する 3018
« Schema::getName Schema::getTable » PHP Manual mysql_xdevapi\Schema スキーマのセッションを取得す ... // ... $newsession = $schema -> getSession (); var_dump ( $session ); var_dump ( $newsession ); ?> 上の例の ...
https://man.plustar.jp/php/mysql-xdevapi-schema.getsession.html - [similar]
Parser examples 3018
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat ... ACTION_SHIFT : case Parser :: ACTION_GOTO : /* var_dump($p->trace());*/ break; case Parser :: ACTION_REDUC ... -> reduceId (); if ( $rid == $prod_word_1 ) { var_dump ( $p -> sigil ( 0 )); } if ( $rid == $prod_word_0 ... ) { var_dump ( $p -> sigil ( 1 )); } break; } $p -> advance (); ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
定数が定義されているかどうかを調べる 3018
« ReflectionClass::getTraits ReflectionClass::hasMethod » PHP Manual ReflectionClass 定数が定義さ ... 1 ; } $class = new ReflectionClass ( "Foo" ); var_dump ( $class -> hasConstant ( "c1" )); var_dump ( $cla ...
https://man.plustar.jp/php/reflectionclass.hasconstant.html - [similar]
実行中の Generator オブジェクトを取得する 3018
« ReflectionGenerator::getExecutingFile ReflectionGenerator::getExecutingLine » PHP Manual Refle ... = $reflectionGen -> getExecutingGenerator (); var_dump ( $gen2 === $gen ); var_dump ( $gen2 -> current () ...
https://man.plustar.jp/php/reflectiongenerator.getexecutinggenerator.html - [similar]
現在の要素が有効かどうかを調べる 3018
« SimpleXMLIterator::rewind SimpleXML 関数 » PHP Manual SimpleXMLIterator 現在の要素が有効かどう ... -> rewind (); // 最初の要素に巻き戻します echo var_dump ( $xmlIterator -> valid ()); // bool(true) $xmlIte ... rator -> next (); // 次の要素に進めます echo var_dump ( $xmlIterator -> valid ()); // 要素がひとつしかな ...
https://man.plustar.jp/php/simplexmliterator.valid.html - [similar]