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

search for in the

Opciones de contexto y parámetros> <Serializable::serialize
Last updated: Fri, 20 May 2011

view this page in

Serializable::unserialize

(PHP 5 >= 5.1.0)

Serializable::unserializeConstruye el objecto

Descripción

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

Es llamado durante la unserialización del objeto.

Note:

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

Parámetros

serialized

La representación en formato cadena de un objeto.

Valores devueltos

Devuelve el valor original unserializado.

Ver también



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