PHP » GoLang |
login |
register |
about
|
GoLang RecursiveArrayIterator::hasChildren
request it (355)
GoLang replacement for PHP's RecursiveArrayIterator::hasChildren
[edit | history]
PHP RecursiveArrayIterator::hasChildrenPHP original manual for RecursiveArrayIterator::hasChildren [ show | php.net ]RecursiveArrayIterator::hasChildren(PHP 5 >= 5.1.0, PHP 7) RecursiveArrayIterator::hasChildren — Returns whether current entry is an array or an object Description
public bool RecursiveArrayIterator::hasChildren
( void
)
Returns whether current entry is an array or an object for which an iterator can be obtained via RecursiveArrayIterator::getChildren(). ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 RecursiveArrayIterator::hasChildren() 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
|