PHP » GoLang |
login |
register |
about
|
GoLang SimpleXMLIterator::getChildren
request it (241)
GoLang replacement for PHP's SimpleXMLIterator::getChildren
[edit | history]
PHP SimpleXMLIterator::getChildrenPHP original manual for SimpleXMLIterator::getChildren [ show | php.net ]SimpleXMLIterator::getChildren(PHP 5, PHP 7) SimpleXMLIterator::getChildren — Returns the sub-elements of the current element DescriptionThis method returns a SimpleXMLIterator object containing sub-elements of the current SimpleXMLIterator element. ParametersThis function has no parameters. Return ValuesReturns a SimpleXMLIterator object containing the sub-elements of the current element. Examples
Example #1 Return the sub-elements of the current element
<?php The above example will output: The title is 'PHP Basics' from the class SimpleXMLIterator The author is 'Jim Smith' from the class SimpleXMLIterator |
more
Recently updated
more
Most requested
more
Last requests
|