xmlArray::name
Description
Returns the name of the current element, usually '' (empty string).
Syntax
string xmlArray::name ()
Return value
Expected type: String
Description: The name of the root element.
Notes
- Usage: echo $element->name();