class SimpleXMLElement extends SimpleXMLElement
SimpleXMLElement class.
Methods
| mixed |
getAttributeAsPhp(string $name)
Converts an attribute as a php type. |
|
| mixed |
getArgumentsAsPhp(string $name, Boolean $lowercase = true)
Returns arguments as valid php types. |
|
| static mixed |
phpize(mixed $value)
Converts an xml value to a php type. |
Details
at line 30
public mixed
getAttributeAsPhp(string $name)
Converts an attribute as a php type.
at line 43
public mixed
getArgumentsAsPhp(string $name, Boolean $lowercase = true)
Returns arguments as valid php types.
at line 104
static public mixed
phpize(mixed $value)
Converts an xml value to a php type.