Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17125 программистов и 1834 робота. Сейчас ищут 1574 программиста ...
XML_Unserializer::getUnserializedData
Вернуться к: XML_Serializer
XML_Unserializer::getUnserializedData
XML_Unserializer::getUnserializedData() – get the result of the unserialization
Synopsis
require_once 'Unserializer.php';
string XML_Unserializer::getUnserializedData ( )
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.
Вернуться к: XML_Serializer