class SimpleXMLElement extends SimpleXMLElement
deprecated
since version 2.5, to be removed in 3.0.
SimpleXMLElement class.
Methods
mixed | getAttributeAsPhp(string $name) Converts an attribute as a PHP type. | |
mixed | getArgumentsAsPhp(string $name, bool $lowercase = true) Returns arguments as valid PHP types. | |
static mixed | phpize(mixed $value) Converts an xml value to a PHP type. |
Details
mixed getAttributeAsPhp(string $name)
Converts an attribute as a PHP type.
mixed getArgumentsAsPhp(string $name, bool $lowercase = true)
Returns arguments as valid PHP types.
static mixed phpize(mixed $value)
Converts an xml value to a PHP type.
Please login to continue.