PHP » GoLang |
login |
register |
about
|
GoLang RecursiveRegexIterator::hasChildren
request it (327)
GoLang replacement for PHP's RecursiveRegexIterator::hasChildren
[edit | history]
PHP RecursiveRegexIterator::hasChildrenPHP original manual for RecursiveRegexIterator::hasChildren [ show | php.net ]RecursiveRegexIterator::hasChildren(PHP 5 >= 5.2.0, PHP 7) RecursiveRegexIterator::hasChildren — Returns whether an iterator can be obtained for the current entry Description
public bool RecursiveRegexIterator::hasChildren
( void
)
Returns whether an iterator can be obtained for the current entry. This iterator can be obtained via RecursiveRegexIterator::getChildren(). ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 RecursiveRegexIterator::hasChildren() example
<?php The above example will output: bool(false) bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|