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

search for in the

Serializable::unserialize> <Serializable
Last updated: Fri, 20 May 2011

view this page in

Serializable::serialize

(PHP 5 >= 5.1.0)

Serializable::serializeRepresentación en formato cadena de un objecto

Descripción

abstract public string Serializable::serialize ( void )

Devuelve la representación de un objecto en formato cadena.

Note:

Este método actúa como el destructor del objecto. El método __destruct() no será llamado después de usar este método.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve la representación de un objecto o NULL

Errores/Excepciones

Lanza una Exception cuando de devuelen otros tipos de cadenas y NULL

Ver también



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

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