検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 109 for stdClass (0.016 sec.)
Execute a database command 6071
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... 'sum' => [ '$sum' => '$x' ]]], ], 'cursor' => new stdClass , ]); $cursor = $manager -> executeCommand ( 'db' ... ment ); } ?> 上の例の出力は以下となります。 object(stdClass)#6 (2) { ["_id"]=> string(3) "bar" ["sum"]=> int(1 ... 0) } object(stdClass)#7 (2) { ["_id"]=> string(3) "foo" ["sum"]=> int(2 ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
JSON 文字列をデコードする 5995
« JSON 関数 json_encode » PHP Manual JSON 関数 JSON 文字列をデコードする json_decode (PHP 5 >= 5 ... true )); ?> 上の例の出力は以下となります。 object(stdClass)#1 (5) { ["a"] => int(1) ["b"] => int(2) ["c"] => ... TRING )); ?> 上の例の出力は以下となります。 object(stdClass)#1 (1) { ["number"]=> float(1.2345678901235E+19) } ... object(stdClass)#1 (1) { ["number"]=> string(20) "1234567890123456 ...
https://man.plustar.jp/php/function.json-decode.html - [similar]
Returns a short, readable, parsable string representation of a variable 5995
« var_representation 関数 その他のサービス » PHP Manual var_representation 関数 Returns a short, ... となります。 "Content-Length: 123\r\n" 例3 Exporting stdClass <?php $person = new stdClass ; $person -> name = ' ...
https://man.plustar.jp/php/function.var-representation.html - [similar]
変数の型名をデバッグしやすい形で取得する 5918
« floatval get_defined_vars » PHP Manual 変数操作 関数 変数の型名をデバッグしやすい形で取得する ... _type ( $fp ) . PHP_EOL ; echo get_debug_type (new stdClass ) . PHP_EOL ; echo get_debug_type (new class {}) . ... t string array resource (stream) resource (closed) stdClass class@anonymous 参考 gettype() - 変数の型を取得する ...
https://man.plustar.jp/php/function.get-debug-type.html - [similar]
Execute a database query 5918
« MongoDB\Driver\Manager::executeCommand MongoDB\Driver\Manager::executeReadCommand » PHP Manual ... ment ); } ?> 上の例の出力は以下となります。 object(stdClass)#6 (1) { ["x"]=> int(3) } object(stdClass)#7 (1) { ...
https://man.plustar.jp/php/mongodb-driver-manager.executequery.html - [similar]
メタデータ 5918
« トランザクションのサポート インストール/設定 » PHP Manual クイックスタートガイド メタデータ メ ... の例の出力は以下となります。 array(2) { [0]=> object(stdClass)#3 (13) { ["name"]=> string(4) "_one" ["orgname"]= ... pe"]=> int(8) ["decimals"]=> int(0) } [1]=> object(stdClass)#4 (13) { ["name"]=> string(4) "_two" ["orgname"]= ...
https://man.plustar.jp/php/mysqli.quickstart.metadata.html - [similar]
行をオブジェクトとして得る 5842
« pg_fetch_assoc pg_fetch_result » PHP Manual PostgreSQL 関数 行をオブジェクトとして得る pg_fetc ... ult $result , ? int $row = null , string $class = "stdClass" , array $constructor_args = [] ): object | false ... 設定して戻り値とするクラスの名前。 指定しない場合は stdClass オブジェクトが返されます。 constructor_args class ...
https://man.plustar.jp/php/function.pg-fetch-object.html - [similar]
FAQ: 名前空間について知っておくべきこと 5676
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FA ... にあるグローバルクラスへのアクセス <?php $a = new \ stdClass ; ?> これは、機能的に次と同等です。 例2 名前空間の ... 部にあるグローバルクラスへのアクセス <?php $a = new stdClass ; ?> 名前空間内での内部クラスあるいはグローバルクラ ... クラスへのアクセス <?php namespace foo ; $a = new \ stdClass ; function test (\ ArrayObject $parameter_type_exa ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]
Create a new ReadPreference 5676
« MongoDB\Driver\ReadPreference::bsonSerialize MongoDB\Driver\ReadPreference::getHedge » PHP Man ... ng(7) "nearest" ["tags"]=> array(1) { [0]=> object(stdClass)#2 (1) { ["dc"]=> string(2) "ny" } } } object(Mong ... "mode"]=> string(9) "secondary" ["hedge"]=> object(stdClass)#1 (1) { ["enabled"]=> bool(true) } } 参考 » Read ...
https://man.plustar.jp/php/mongodb-driver-readpreference.construct.html - [similar]
The MongoDB\Driver\Cursor class 5600
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... ?> 上の例の出力は、 たとえば以下のようになります。 stdClass Object ( [_id] => MongoDB\BSON\ObjectId Object ( [ ... name] => Ceres [size] => 946 [distance] => 2.766 ) stdClass Object ( [_id] => MongoDB\BSON\ObjectId Object ( [ ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT