PHP » GoLang |
login |
register |
about
|
GoLang SimpleXMLElement::getName
request it (293)
GoLang replacement for PHP's SimpleXMLElement::getName
[edit | history]
SimpleXMLElement::getName(PHP 5 >= 5.1.3, PHP 7) SimpleXMLElement::getName — Gets the name of the XML element Description
public string SimpleXMLElement::getName
( void
)
Gets the name of the XML element. Return ValuesThe getName method returns as a string the name of the XML tag referenced by the SimpleXMLElement object. Examples
Example #1 Get XML element names
<?php The above example will output: movies movie |
more
Recently updated
more
Most requested
more
Last requests
|