検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 418 for Foo (0.059 sec.)
Returns the Relaxed Extended JSON representation of a BSON value 4933
« MongoDB\BSON\toPHP MongoDB\BSON\Binary » PHP Manual 関数 Returns the Relaxed Extended JSON rep ... ' => null ], [ 'boolean' => true ], [ 'string' => 'foo' ], [ 'int32' => 123 ], [ 'int64' => 4294967295 ], ... => INF ], [ 'neg_inf' => - INF ], [ 'array' => [ 'foo' , 'bar' ]], [ 'document' => [ 'foo' => 'bar' ]], ... ) ], [ 'binary' => new MongoDB \ BSON \ Binary ( 'foo' , MongoDB \ BSON \ Binary :: TYPE_GENERIC ) ], [ ... "null" : null } { "boolean" : true } { "string" : "foo" } { "int32" : 123 } { "int64" : 4294967295 } { "d ...
https://man.plustar.jp/php/function.mongodb.bson-torelaxedextendedjson.html - [similar]
名前空間内にあるかどうかを調べる 4933
« ReflectionClass::implementsInterface ReflectionClass::isAbstract » PHP Manual ReflectionClass ... ::inNamespace() の例 <?php namespace A \ B ; class Foo { } $function = new \ ReflectionClass ( 'stdClass' ... me ()); $function = new \ ReflectionClass ( 'A\\B\\Foo' ); var_dump ( $function -> inNamespace ()); var_d ... "" string(8) "stdClass" bool(true) string(7) "A\B\Foo" string(3) "A\B" string(3) "Foo" 参考 ReflectionCl ... キーワード: ReflectionClass , string , inNamespace , Foo , パラメータ , stdClass , 出力 , 名前 , getNamespa ...
https://man.plustar.jp/php/reflectionclass.innamespace.html - [similar]
コマンドラインオプション 4900
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド ... this directory -n No php.ini file will be used -d foo[=bar] Define INI entry foo with value 'bar' -e Gen ... ブに"1"を指定します $ php -d max_execution_time -r '$foo = ini_get("max_execution_time"); var_dump($foo);' ... ィブに""を設定します php -d max_execution_time= -r '$foo = ini_get("max_execution_time"); var_dump($foo);' ... ものを設定します $ php -d max_execution_time=20 -r '$foo = ini_get("max_execution_time"); var_dump($foo);' ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
Returns the Canonical Extended JSON representation of a BSON value 4900
« MongoDB\BSON\fromPHP MongoDB\BSON\toJSON » PHP Manual 関数 Returns the Canonical Extended JSON ... ' => null ], [ 'boolean' => true ], [ 'string' => 'foo' ], [ 'int32' => 123 ], [ 'int64' => 4294967295 ], ... => INF ], [ 'neg_inf' => - INF ], [ 'array' => [ 'foo' , 'bar' ]], [ 'document' => [ 'foo' => 'bar' ]], ... ) ], [ 'binary' => new MongoDB \ BSON \ Binary ( 'foo' , MongoDB \ BSON \ Binary :: TYPE_GENERIC ) ], [ ... "null" : null } { "boolean" : true } { "string" : "foo" } { "int32" : { "$numberInt" : "123" } } { "int64 ...
https://man.plustar.jp/php/function.mongodb.bson-tocanonicalextendedjson.html - [similar]
PHP 7.0.x で推奨されなくなる機能 4900
« 新機能 変更された関数 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 PHP 7.0.x で推奨されなくな ... 実装していれば、この警告は発生しません。 <?php class foo { function foo () { echo 'I am the constructor' ; ... ll not be constructors in a future version of PHP; foo has a deprecated constructor in example.php on lin ... した。 将来的には削除される見込みです。 <?php class foo { function bar () { echo 'I am not static!' ; } } ... 出力は以下となります。 Deprecated: Non-static method foo::bar() should not be called statically in - on lin ...
https://man.plustar.jp/php/migration70.deprecated.html - [similar]
Returns the Legacy Extended JSON representation of a BSON value 4874
« MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toPHP » PHP Manual 関数 Returns the Legacy E ... ' => null ], [ 'boolean' => true ], [ 'string' => 'foo' ], [ 'int32' => 123 ], [ 'int64' => 4294967295 ], ... => INF ], [ 'neg_inf' => - INF ], [ 'array' => [ 'foo' , 'bar' ]], [ 'document' => [ 'foo' => 'bar' ]], ... ) ], [ 'binary' => new MongoDB \ BSON \ Binary ( 'foo' , MongoDB \ BSON \ Binary :: TYPE_GENERIC ) ], [ ... "null" : null } { "boolean" : true } { "string" : "foo" } { "int32" : 123 } { "int64" : 4294967295 } { "d ...
https://man.plustar.jp/php/function.mongodb.bson-tojson.html - [similar]
複数のアイテムを取得する 4874
« Memcached::getDelayedByKey Memcached::getMultiByKey » PHP Manual Memcached 複数のアイテムを取得 ... addServer ( 'localhost' , 11211 ); $data = array( 'foo' => 'foo-data' , 'bar' => 'bar-data' , 'baz' => 'b ... ?> 上の例の出力は、 たとえば以下のようになります。 foo foo-data bar bar-data baz baz-data lol lol-data ke ... addServer ( 'localhost' , 11211 ); $data = array( 'foo' => 'foo-data' , 'bar' => 'bar-data' , 'baz' => 'b ... ?> 上の例の出力は、 たとえば以下のようになります。 foo foo-data bar bar-data baz baz-data lol lol-data ke ...
https://man.plustar.jp/php/memcached.getmulti.html - [similar]
Reads the next frame 4841
« Stomp::hasFrame Stomp::send » PHP Manual Stomp Reads the next frame Stomp::readFrame stomp_rea ... ge ()); } /* subscribe to messages from the queue 'foo' */ $stomp -> subscribe ( '/queue/foo' ); /* read ... 6-4:2:-1:1:1" ["destination"]=> string(10) "/queue/foo" ["timestamp"]=> string(13) "1257226805828" ["expi ... or ()); } /* subscribe to messages from the queue 'foo' */ stomp_subscribe ( $link , '/queue/foo' ); /* r ... 6-4:3:-1:1:1" ["destination"]=> string(10) "/queue/foo" ["timestamp"]=> string(13) "1257227037059" ["expi ...
https://man.plustar.jp/php/stomp.readframe.html - [similar]
デフォルトの外部エンティティローダーを変更する 4807
« libxml_get_last_error libxml_set_streams_context » PHP Manual libxml 関数 デフォルトの外部エン ... entity_loader() の例 <?php $xml = <<<XML <!DOCTYPE foo PUBLIC "-//FOO/BAR" "http://example.com/foobar"> < ... foo>bar</foo> XML; $dtd = <<<DTD <!ELEMENT foo (#PCDATA)> DTD; ... ; ?> 上の例の出力は以下となります。 string(10) "-//FOO/BAR" string(25) "http://example.com/foobar" array( ...
https://man.plustar.jp/php/function.libxml-set-external-entity-loader.html - [similar]
Acknowledges consumption of a message 4807
« Stomp::abort Stomp::begin » PHP Manual Stomp Acknowledges consumption of a message Stomp::ack ... 。 例 例1 オブジェクト指向型 <?php $queue = '/queue/foo' ; $msg = 'bar' ; /* connection */ try { $stomp = ... getMessage ()); } /* send a message to the queue 'foo' */ $stomp -> send ( $queue , $msg ); /* subscribe ... to messages from the queue 'foo' */ $stomp -> subscribe ( $queue ); /* read a fram ... ( $stomp ); ?> 例2 手続き型 <?php $queue = '/queue/foo' ; $msg = 'bar' ; /* connection */ $link = stomp_c ...
https://man.plustar.jp/php/stomp.ack.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT