検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 109 for stdClass (0.013 sec.)
その他の変更 5447
« PHP 7.3.x で推奨されなくなる機能 Windows のサポート » PHP Manual PHP 7.2.x から PHP 7.3.x への ... 雑多な変更 var_export() 関数は、 存在しないメソッド stdClass::__setState() を使わず、 オブジェクトにキャストされ ... た配列 ( (object) array( ... ) ) として stdClass を エクスポートするようになりました。 debug_zval_d ...
https://man.plustar.jp/php/migration73.other-changes.html - [similar]
Returns any write concern error that occurred 5447
« MongoDB\Driver\WriteResult::getUpsertedIds MongoDB\Driver\WriteResult::getWriteErrors » PHP Ma ... on timed out" ["code"]=> int(64) ["info"]=> object(stdClass)#7 (1) { ["wtimeout"]=> bool(true) } } 参考 MongoD ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteconcernerror.html - [similar]
組み込みの型であるかを調べる 5447
« ReflectionNamedType::getName ReflectionObject » PHP Manual ReflectionNamedType 組み込みの型であ ... someFunction ( string $param , SomeClass $param2 , StdClass $param3 ) {} $reflectionFunc = new ReflectionFunct ...
https://man.plustar.jp/php/reflectionnamedtype.isbuiltin.html - [similar]
ストレージ内のオブジェクトにデータを関連づける 5447
« SplObjectStorage::offsetGet SplObjectStorage::offsetUnset » PHP Manual SplObjectStorage ストレ ... ) の例 <?php $s = new SplObjectStorage ; $o1 = new StdClass ; $s -> offsetSet ( $o1 , "hello" ); // $s[$o1] = ...
https://man.plustar.jp/php/splobjectstorage.offsetset.html - [similar]
WeakMap クラス 5371
« WeakReference::get WeakMap::__construct » PHP Manual 定義済みのインターフェイスとクラス WeakMa ... の使い方の例 <?php $wm = new WeakMap (); $o = new StdClass ; class A { public function __destruct () { echo " ...
https://man.plustar.jp/php/class.weakmap.html - [similar]
リクエストの一部を指定したURIに対して行い、全ての情報を返す 5371
« apache_getenv apache_note » PHP Manual Apache 関数 リクエストの一部を指定したURIに対して行い、 ... ?> 上の例の出力は、 たとえば以下のようになります。 stdClass Object ( [status] => 200 [the_request] => GET /dir ...
https://man.plustar.jp/php/function.apache-lookup-uri.html - [similar]
定義済のクラスの名前を配列として返す 5371
« get_class get_declared_interfaces » PHP Manual クラス/オブジェクト関数 定義済のクラスの名前を配 ... 力は、 たとえば以下のようになります。 Array ( [0] => stdClass [1] => __PHP_Incomplete_Class [2] => Directory ) 参 ...
https://man.plustar.jp/php/function.get-declared-classes.html - [similar]
変数がオブジェクトかどうかを検査する 5371
« is_numeric is_real » PHP Manual 変数操作 関数 変数がオブジェクトかどうかを検査する is_object ( ... インスタンスを宣言し、 // 値を設定します $obj = new stdClass (); $obj -> students = array( 'Kalle' , 'Ross' , ' ...
https://man.plustar.jp/php/function.is-object.html - [similar]
Returns the PHP representation of a BSON value 5371
« MongoDB\BSON\toJSON MongoDB\BSON\toRelaxedExtendedJSON » PHP Manual 関数 Returns the PHP repre ... $value ); ?> 上の例の出力は以下となります。 object(stdClass)#1 (1) { ["foo"]=> int(1) } 参考 MongoDB\BSON\from ...
https://man.plustar.jp/php/function.mongodb.bson-tophp.html - [similar]
オブジェクト 5371
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェ ... ェクト以外の型の値がオブジェクトに変換される時には、 stdClass というビルトインクラス(予めPHPの内部で定義されてい ...
https://man.plustar.jp/php/language.types.object.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT