downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Closure> <Serializable::serialize
[edit] Last updated: Fri, 25 May 2012

view this page in

Serializable::unserialize

(PHP 5 >= 5.1.0)

Serializable::unserializeオブジェクトを作成する

説明

abstract public void Serializable::unserialize ( string $serialized )

オブジェクトのアンシリアライズ時にコールされます。

注意:

このメソッドは、オブジェクトの コンストラクタ として働きます。 このメソッドの後に __construct() メソッドがコールされることは ありません

パラメータ

serialized

オブジェクトの文字列表現。

返り値

このメソッドの返り値は無視されます。

参考



add a note add a note User Contributed Notes Serializable::unserialize
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites