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