Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17204 программиста и 1834 робота. Сейчас ищут 1638 программистов ...
XML_Unserializer::setoptions
Вернуться к: XML_Serializer
XML_Unserializer::setoptions
XML_Unserializer::setoptions() – set several options
Synopsis
require_once 'Unserializer.php';
void XML_Unserializer::setOptions ( array $options )
Options influence the behaviour of XML_Unserializer and are the most important part of XML_Unserializer.
You can use this method if you do not want to set all options in the constructor.
Parameter
-
array $options - assoc array containing all options
Note
This function can not be called statically.
Вернуться к: XML_Serializer