Serializable::unserialize
(PHP 5 >= 5.1.0, PHP 7)
Serializable::unserialize — 构造对象
说明
abstract public Serializable::unserialize
(
string $serialized
) :
mixed
Note:
这个方法担当着对象构造器的角色。在此方法之后,__construct() 将不会被调用。
User Contributed Notes
There are no user contributed notes for this page.