検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 109 for stdClass (0.004 sec.)
イテレータをストレージの最初の要素に巻き戻す 6389
« SplObjectStorage::removeAllExcept SplObjectStorage::serialize » PHP Manual SplObjectStorage イ ... の例 <?php $s = new SplObjectStorage (); $o1 = new StdClass ; $o2 = new StdClass ; $s -> attach ( $o1 , "d1" ) ...
https://man.plustar.jp/php/splobjectstorage.rewind.html - [similar]
イテレータの現在のエントリが有効かどうかを返す 6389
« SplObjectStorage::unserialize イテレータ » PHP Manual SplObjectStorage イテレータの現在のエント ... の例 <?php $s = new SplObjectStorage (); $o1 = new StdClass ; $o2 = new StdClass ; $s -> attach ( $o1 , "d1" ) ...
https://man.plustar.jp/php/splobjectstorage.valid.html - [similar]
Returns an object for BSON serialization 6313
« MongoDB\Driver\WriteConcern MongoDB\Driver\WriteConcern::__construct » PHP Manual MongoDB\Driv ... の例の出力は、 たとえば以下のようになります。 object(stdClass)#2 (1) { ["w"]=> string(8) "majority" } { "w" : "m ... の例の出力は、 たとえば以下のようになります。 object(stdClass)#2 (3) { ["w"]=> int(2) ["j"]=> bool(true) ["wtime ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.bsonserialize.html - [similar]
オブジェクトがストレージ内に存在するかどうかを調べる 6313
« SplObjectStorage::next SplObjectStorage::offsetGet » PHP Manual SplObjectStorage オブジェクトが ... ) の例 <?php $s = new SplObjectStorage ; $o1 = new StdClass ; $o2 = new StdClass ; $s -> attach ( $o1 ); var_d ...
https://man.plustar.jp/php/splobjectstorage.offsetexists.html - [similar]
オブジェクトに関連づけられたデータを返す 6313
« SplObjectStorage::offsetExists SplObjectStorage::offsetSet » PHP Manual SplObjectStorage オブジ ... ) の例 <?php $s = new SplObjectStorage ; $o1 = new StdClass ; $o2 = new StdClass ; $s [ $o1 ] = "hello" ; $s - ...
https://man.plustar.jp/php/splobjectstorage.offsetget.html - [similar]
別のストレージに含まれているオブジェクトを現在のストレージから取り除く 6313
« SplObjectStorage::offsetUnset SplObjectStorage::removeAllExcept » PHP Manual SplObjectStorage ... SplObjectStorage::removeAll() の例 <?php $o1 = new StdClass ; $o2 = new StdClass ; $a = new SplObjectStorage ( ...
https://man.plustar.jp/php/splobjectstorage.removeall.html - [similar]
イテレータの現在のエントリに関連づけるデータを設定する 6237
« SplObjectStorage::serialize SplObjectStorage::unserialize » PHP Manual SplObjectStorage イテレ ... の例 <?php $s = new SplObjectStorage (); $o1 = new StdClass ; $o2 = new StdClass ; $s -> attach ( $o1 , "d1" ) ...
https://man.plustar.jp/php/splobjectstorage.setinfo.html - [similar]
現在のメールボックスをチェックする 6160
« imap_bodystruct imap_clearflag_full » PHP Manual IMAP 関数 現在のメールボックスをチェックする ... ックする 説明 imap_check ( IMAP\Connection $imap ): stdClass | false 現在のメールボックスに関する情報を調べます ... の例の出力は、 たとえば以下のようになります。 object(stdClass)(5) { ["Date"]=> string(37) "Wed, 10 Dec 2003 17:5 ...
https://man.plustar.jp/php/function.imap-check.html - [similar]
結果セットの次の行を取得し、オブジェクトとして返す 6160
« mysqli_result::fetch_fields mysqli_result::fetch_row » PHP Manual mysqli_result 結果セットの次 ... lic mysqli_result::fetch_object ( string $class = "stdClass" , array $constructor_args = [] ): object | null | ... _object ( mysqli_result $result , string $class = "stdClass" , array $constructor_args = [] ): object | null | ... ロパティを設定後に返すクラスの名前。 省略した場合は stdClass オブジェクトを返します。 constructor_args オプショ ...
https://man.plustar.jp/php/mysqli-result.fetch-object.html - [similar]
アイテムを格納する 6071
« Memcached::resetServerList Memcached::setByKey » PHP Manual Memcached アイテムを格納する Memca ... ct' key in 5 minutes */ $m -> set ( 'object' , new stdclass , time () + 300 ); var_dump ( $m -> get ( 'int' )) ... g" array(2) { [0]=> int(11) [1]=> int(12) } object(stdClass)#1 (0) { } 参考 Memcached::setByKey() - 指定したサ ...
https://man.plustar.jp/php/memcached.set.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT