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

search for in the

Closure> <Serializable::serialize
[edit] Last updated: Fri, 17 May 2013

view this page in

Serializable::unserialize

(PHP 5 >= 5.1.0)

Serializable::unserializeConstruye el objeto

Descripción

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

Es llamado durante la unserialización del objeto.

Nota:

Este método actua como el constructor del objeto. El método __construct() no será llamado después de este método.

Parámetros

serialized

La representación en formato string de un objeto.

Valores devueltos

El valor devuelto por este método es ignorado.

Ver también



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

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