検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 109 for stdClass (0.007 sec.)
SNMP の値が返される方法を設定する 6784
« snmp_set_quick_print snmp2_get » PHP Manual SNMP 関数 SNMP の値が返される方法を設定する snmp_s ... 'localhost' , 'public' , 'IF-MIB::ifName.1' ); // stdClass Object // ( // [type] => 4 <-- SNMP_OCTET_STR, see ... 'localhost' , 'public' , 'IF-MIB::ifName.1' ); // stdClass Object // ( // [type] => 4 <-- SNMP_OCTET_STR, see ... 'localhost' , 'public' , 'IF-MIB::ifName.1' ); // stdClass Object // ( // [type] => 4 <-- SNMP_OCTET_STR, see ...
https://man.plustar.jp/php/function.snmp-set-valueretrieval.html - [similar]
中に含むオブジェクトの一意な識別子を算出する 6784
« SplObjectStorage::detach SplObjectStorage::getInfo » PHP Manual SplObjectStorage 中に含むオブジ ... {} $s = new OneSpecimenPerClassStorage ; $o1 = new stdClass ; $o2 = new stdClass ; $o3 = new A ; $s [ $o1 ] = ... ど格納した値にアクセスできるようになります $p1 = new stdClass ; $p2 = new A ; echo $s [ $p1 ], "\n" ; echo $s [ ...
https://man.plustar.jp/php/splobjectstorage.gethash.html - [similar]
Provides an array or document to serialize as BSON 6631
« MongoDB\BSON\Serializable MongoDB\BSON\Unserializable » PHP Manual MongoDB\BSON\Serializable P ... object to BSON. The method must return an array or stdClass . Root documents (e.g. a MongoDB\BSON\Serializable ... document. For field values, associative arrays and stdClass instances will be serialized as a BSON document an ... 関数にはパラメータはありません。 戻り値 An array or stdClass to be serialized as a BSON array or document. 例 例 ...
https://man.plustar.jp/php/mongodb-bson-serializable.bsonserialize.html - [similar]
Retrieves the next row of data in a result set as an object 6555
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... ass to instantiate. If no class name is specified, stdClass is instantiated. ctorParams Values passed to the c ... ng example demonstrates how to retrieve a row as a stdClass object. <?php $serverName = "serverName\sqlexpress ... lass is specified, each row will be retrieved as a stdClass object. // Property names correspond to field name ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
ストレージをシリアライズする 6555
« SplObjectStorage::rewind SplObjectStorage::setInfo » PHP Manual SplObjectStorage ストレージをシ ... () の例 <?php $s = new SplObjectStorage ; $o = new StdClass ; $s [ $o ] = "data" ; echo $s -> serialize (). "\ ... の出力は、 たとえば以下のようになります。 x:i:1;O:8:"stdClass":0:{},s:4:"data";;m:a:0:{} 参考 SplObjectStorage:: ...
https://man.plustar.jp/php/splobjectstorage.serialize.html - [similar]
ガベージコレクタに関する情報を取得する 6389
« gc_mem_caches get_cfg_var » PHP Manual PHP オプション/情報 関数 ガベージコレクタに関する情報を ... eate object tree that needs gc collection $a = new stdClass (); $a -> b = []; for ( $i = 0 ; $i < 100000 ; $i ... ++) { $b = new stdClass (); $b -> a = $a ; $a -> b [] = $b ; } unset( $a ) ...
https://man.plustar.jp/php/function.gc-status.html - [similar]
Construct a new Javascript 6389
« MongoDB\BSON\Javascript MongoDB\BSON\Javascript::getCode » PHP Manual MongoDB\BSON\Javascript ... (24) "function() { return 1; }" ["scope"]=> object(stdClass)#2 (0) { } } object(MongoDB\BSON\Javascript)#2 (2) ... 6) "function() { return foo; }" ["scope"]=> object(stdClass)#1 (1) { ["foo"]=> string(3) "bar" } } 参考 » BSON ...
https://man.plustar.jp/php/mongodb-bson-javascript.construct.html - [similar]
オブジェクトをストレージに追加する 6389
« SplObjectStorage::addAll SplObjectStorage::contains » PHP Manual SplObjectStorage オブジェクト ... 例1 SplObjectStorage::attach() の例 <?php $o1 = new StdClass ; $o2 = new StdClass ; $s = new SplObjectStorage ( ...
https://man.plustar.jp/php/splobjectstorage.attach.html - [similar]
ストレージに特定のオブジェクトが含まれるかどうかを調べる 6389
« SplObjectStorage::attach SplObjectStorage::count » PHP Manual SplObjectStorage ストレージに特定 ... SplObjectStorage::contains() の例 <?php $o1 = new StdClass ; $o2 = new StdClass ; $s = new SplObjectStorage ( ...
https://man.plustar.jp/php/splobjectstorage.contains.html - [similar]
ストレージ内のオブジェクトの数を返す 6389
« SplObjectStorage::contains SplObjectStorage::current » PHP Manual SplObjectStorage ストレージ内 ... の例 <?php $s = new SplObjectStorage (); $o1 = new StdClass ; $o2 = new StdClass ; $s -> attach ( $o1 ); $s -> ...
https://man.plustar.jp/php/splobjectstorage.count.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT