RecursiveDirectoryIterator::hasChildren

(PHP 5)

RecursiveDirectoryIterator::hasChildrenReturns whether current entry is a directory and not '.' or '..'

Beskrivelse

public bool RecursiveDirectoryIterator::hasChildren ([ bool $allow_links = false ] )
Advarsel

This function is currently not documented; only its argument list is available.

Parametre

allow_links

Returnerings Værdier

Returns whether the current entry is a directory, but not '.' or '..'

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top