PHP » GoLang |
login |
register |
about
|
GoLang SimpleXMLIterator::next
request it (341)
GoLang replacement for PHP's SimpleXMLIterator::next
[edit | history]
SimpleXMLIterator::next(PHP 5, PHP 7) SimpleXMLIterator::next — Move to next element Description
public void SimpleXMLIterator::next
( void
)
This method moves the SimpleXMLIterator to the next element. ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
Example #1 Move to the next element
<?php The above example will output: object(SimpleXMLIterator)#2 (1) { [0]=> string(10) "XML basics" } |
more
Recently updated
more
Most requested
more
Last requests
|