PHP » GoLang |
login |
register |
about
|
GoLang SimpleXMLIterator::key
request it (322)
GoLang replacement for PHP's SimpleXMLIterator::key
[edit | history]
SimpleXMLIterator::key(PHP 5, PHP 7) SimpleXMLIterator::key — Return current key DescriptionThis method gets the XML tag name of the current element. ParametersThis function has no parameters. Return Values
Returns the XML tag name of the element referenced by the current SimpleXMLIterator object or Examples
Example #1 Get the current XML tag key
<?php The above example will output: bool(false) string(4) "book" |
more
Recently updated
more
Most requested
more
Last requests
|