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 current element.


Notes

  • Example: echo $element->name();
  • Moved to Class-Package.php in 2.0 (along with the rest of the xmlArray class)
Advertisement: