PHP » GoLang |
login |
register |
about
|
GoLang SimpleXMLIterator::current
request it (320)
GoLang replacement for PHP's SimpleXMLIterator::current
[edit | history]
PHP SimpleXMLIterator::currentPHP original manual for SimpleXMLIterator::current [ show | php.net ]SimpleXMLIterator::current(PHP 5, PHP 7) SimpleXMLIterator::current — Returns the current element Description
This method returns the current element as a SimpleXMLIterator object or ParametersThis function has no parameters. Return Values
Returns the current element as a SimpleXMLIterator object or Examples
Example #1 Return the current element
<?php The above example will output: NULL object(SimpleXMLIterator)#2 (1) { [0]=> string(10) "PHP basics" } See Also
|
more
Recently updated
more
Most requested
|