PHP » GoLang |
login |
register |
about
|
GoLang RecursiveArrayIterator::getChildren
request it (378)
GoLang replacement for PHP's RecursiveArrayIterator::getChildren
[edit | history]
PHP RecursiveArrayIterator::getChildrenPHP original manual for RecursiveArrayIterator::getChildren [ show | php.net ]RecursiveArrayIterator::getChildren(PHP 5 >= 5.1.0, PHP 7) RecursiveArrayIterator::getChildren — Returns an iterator for the current entry if it is an array or an object DescriptionReturns an iterator for the current iterator entry. ParametersThis function has no parameters. Errors/ExceptionsAn InvalidArgumentException will be thrown if the current entry does not contain an array or an object. Examples
Example #1 RecursiveArrayIterator::getChildren() example
<?php The above example will output: No children. No children. a : apple p : pear See Also
|
more
Recently updated
more
Most requested
more
Last requests
|