検索

phrase: max: clip:
target: order:
Results of 431 - 440 of about 1200 for var (0.753 sec.)
新しい IntlCalendar を作成する 2849
« IntlCalendar::__construct IntlCalendar::equals » PHP Manual IntlCalendar 新しい IntlCalendar を ... ndar :: createInstance (); echo "No arguments\n" ; var_dump ( get_class ( $cal ), IntlDateFormatter :: fo ... ar :: createInstance ( IntlTimeZone :: getGMT ()); var_dump ( get_class ( $cal ), IntlDateFormatter :: fo ... reateInstance ( NULL , 'es_ES@calendar=persian' ); var_dump ( get_class ( $cal ), IntlDateFormatter :: fo ...
https://man.plustar.jp/php/intlcalendar.createinstance.html - [similar]
NULL 2849
« リソース コールバック / Callable » PHP Manual 型 NULL NULL 特別な null 値は、ある変数が値を持た ... で、 大文字小文字を区別しない定数 null です。 <?php $var = NULL ; ?> is_null() および unset() も参照ください ... 。この機能に頼らないことを強く推奨します。 (unset) $var を使って変数を null にキャストすると、 その変数を削 ...
https://man.plustar.jp/php/language.types.null.html - [similar]
Memcached のオプションの値を取得する 2849
« Memcached::getMultiByKey Memcached::getResultCode » PHP Manual Memcached Memcached のオプション ... ched オプションの取得 <?php $m = new Memcached (); var_dump ( $m -> getOption ( Memcached :: OPT_COMPRESS ... ION )); var_dump ( $m -> getOption ( Memcached :: OPT_POLL_TIM ...
https://man.plustar.jp/php/memcached.getoption.html - [similar]
Returns the timestamp component of this ObjectId 2849
« MongoDB\BSON\ObjectId::__construct MongoDB\BSON\ObjectId::jsonSerialize » PHP Manual MongoDB\B ... ongoDB\BSON\ObjectId::getTimestamp() example <?php var_dump ((new MongoDB \ BSON \ ObjectId ())-> getTime ... stamp ()); var_dump ((new MongoDB \ BSON \ ObjectId ( '0000002a00 ...
https://man.plustar.jp/php/mongodb-bson-objectid.gettimestamp.html - [similar]
Returns the WriteConcern's "wtimeout" option 2849
« MongoDB\Driver\WriteConcern::getW MongoDB\Driver\WriteConcern::isDefault » PHP Manual MongoDB\ ... p $wc = new MongoDB \ Driver \ WriteConcern ( 1 ); var_dump ( $wc -> getWtimeout ()); $wc = new MongoDB \ ... goDB \ Driver \ WriteConcern :: MAJORITY , 3000 ); var_dump ( $wc -> getWtimeout ()); ?> 上の例の出力は以 ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.getwtimeout.html - [similar]
スキーマのセッションを取得する 2849
« 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 2849
« 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_ ... = $p -> reduceId (); if ( $rid == $prod_word_1 ) { var_dump ( $p -> sigil ( 0 )); } if ( $rid == $prod_wo ... rd_0 ) { var_dump ( $p -> sigil ( 1 )); } break; } $p -> advanc ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
定数が定義されているかどうかを調べる 2849
« ReflectionClass::getTraits ReflectionClass::hasMethod » PHP Manual ReflectionClass 定数が定義さ ... c1 = 1 ; } $class = new ReflectionClass ( "Foo" ); var_dump ( $class -> hasConstant ( "c1" )); var_dump ( ...
https://man.plustar.jp/php/reflectionclass.hasconstant.html - [similar]
実行中の Generator オブジェクトを取得する 2849
« ReflectionGenerator::getExecutingFile ReflectionGenerator::getExecutingLine » PHP Manual Refle ... gen2 = $reflectionGen -> getExecutingGenerator (); var_dump ( $gen2 === $gen ); var_dump ( $gen2 -> curre ...
https://man.plustar.jp/php/reflectiongenerator.getexecutinggenerator.html - [similar]
現在の要素が有効かどうかを調べる 2849
« SimpleXMLIterator::rewind SimpleXML 関数 » PHP Manual SimpleXMLIterator 現在の要素が有効かどう ... tor -> rewind (); // 最初の要素に巻き戻します echo var_dump ( $xmlIterator -> valid ()); // bool(true) $x ... mlIterator -> next (); // 次の要素に進めます echo var_dump ( $xmlIterator -> valid ()); // 要素がひとつし ...
https://man.plustar.jp/php/simplexmliterator.valid.html - [similar]