検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 109 for stdClass (0.009 sec.)
定義済のクラス 5524
« キーワードのリスト 定義済みの定数 » PHP Manual 予約語の一覧 定義済のクラス 定義済のクラス ここ ... セットで定義されています。 Directory dir() が作る。 stdClass オブジェクトへの型変換 で作られる。 __PHP_Incomple ...
https://man.plustar.jp/php/reserved.classes.html - [similar]
別のストレージからすべてのオブジェクトを追加する 5524
« SplObjectStorage SplObjectStorage::attach » PHP Manual SplObjectStorage 別のストレージからすべ ... 例1 SplObjectStorage::addAll() の例 <?php $o = new StdClass ; $a = new SplObjectStorage (); $a [ $o ] = "hello ...
https://man.plustar.jp/php/splobjectstorage.addall.html - [similar]
オブジェクトをストレージから取り除く 5524
« SplObjectStorage::current SplObjectStorage::getHash » PHP Manual SplObjectStorage オブジェクト ... 例1 SplObjectStorage::detach() の例 <?php $o = new StdClass ; $s = new SplObjectStorage (); $s -> attach ( $o ...
https://man.plustar.jp/php/splobjectstorage.detach.html - [similar]
ストレージからオブジェクトを取り除く 5524
« SplObjectStorage::offsetSet SplObjectStorage::removeAll » PHP Manual SplObjectStorage ストレー ... plObjectStorage::offsetUnset() の例 <?php $o = new StdClass ; $s = new SplObjectStorage (); $s -> attach ( $o ...
https://man.plustar.jp/php/splobjectstorage.offsetunset.html - [similar]
ストレージの文字列表現をアンシリアライズする 5524
« SplObjectStorage::setInfo SplObjectStorage::valid » PHP Manual SplObjectStorage ストレージの文 ... ectStorage ; $s2 = new SplObjectStorage ; $o = new StdClass ; $s1 [ $o ] = "data" ; $s2 -> unserialize ( $s1 - ...
https://man.plustar.jp/php/splobjectstorage.unserialize.html - [similar]
指定したメッセージの指定した body セクションの構造を読み込む 5447
« imap_body imap_check » PHP Manual IMAP 関数 指定したメッセージの指定した body セクションの構造 ... tion $imap , int $message_num , string $section ): stdClass | false 指定したメッセージの指定した body セクショ ...
https://man.plustar.jp/php/function.imap-bodystruct.html - [similar]
引数が、数えられる値かどうかを調べる 5447
« is_callable is_double » PHP Manual 変数操作 関数 引数が、数えられる値かどうかを調べる is_count ... r ())); // bool(true) var_dump ( is_countable (new stdClass ())); // bool(false) 参考 is_array() - 変数が配列か ...
https://man.plustar.jp/php/function.is-countable.html - [similar]
PHP の値に関する xmlrpc 型を取得する 5447
« xmlrpc_encode xmlrpc_is_fault » PHP Manual XML-RPC 関数 PHP の値に関する xmlrpc 型を取得する x ... ray()) . "\n" ; // array echo xmlrpc_get_type (new stdClass ) . "\n" ; // array echo xmlrpc_get_type ( STDIN ) ...
https://man.plustar.jp/php/function.xmlrpc-get-type.html - [similar]
プロパティ 5447
« クラスの基礎 オブジェクト定数 » PHP Manual クラスとオブジェクト プロパティ プロパティ クラスの ... readonly object $obj ) {} } $test = new Test (new stdClass ); // 有効なオブジェクト内部の変更 $test -> obj -> ... foo = 1 ; // 不正な再代入 $test -> obj = new stdClass ; ?> 関連キーワード: 宣言 , 読み取り , 専用 , クラ ...
https://man.plustar.jp/php/language.oop5.properties.html - [similar]
基本的な使用法 5447
« 例 Memcache » PHP Manual 例 基本的な使用法 基本的な使用法 例1 memcache 拡張モジュールの概要 こ ... ジョン: " . $version . "<br/>\n" ; $tmp_object = new stdClass ; $tmp_object -> str_attr = 'test' ; $tmp_object - ...
https://man.plustar.jp/php/memcache.examples-overview.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT