Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17125 программистов и 1834 робота. Сейчас ищут 1574 программиста ...
Class Summary XML_Unserializer
Вернуться к: XML_Serializer
Class Summary XML_Unserializer
Class Summary XML_Unserializer – XML_Unserializer - class to unserialize (read) XML documents
Class to unserialize XML documents that have been created with XML_Serializer. To unserialize an XML document you have to add type hints to the XML_Serializer options.
If no type hints are available, XML_Unserializer will guess how the tags should be treated, that means complex structures will be arrays and tags with only CData in them will be strings.
Вернуться к: XML_Serializer