XML_Serializer::resetOptions | Example |
XML_Serializer | |
PEAR Manual | |
require_once 'Serializer.php'; |
void XML_Serializer::setOption (
mixed $name
, mixed $value
)
You can use this method if you do not want to set all options in the constructor
throws no exceptions thrown
see resetOption(), XML_Serializer::XML_Serializer()
This function can not be called statically.
XML_Serializer::resetOptions | Example |
XML_Serializer | |
PEAR Manual | |