XML_Unserializer::getUnserializedData

XML_Unserializer::getUnserializedData()

XML_Unserializer::getUnserializedData() -- get the result of the unserialization

Description

This method returns the result of the last unserialization. You have to call XML_Unserializer::unserialize() first.

Return value

mixed result of the unserialization. May either be an array or an object.

Throws

throws PEAR_Error object, if not document has been parsed.

Note

This function can not be called statically.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.