PHP » PYTHON |
login |
register |
about
|
|
DirectoryIterator::isDot(PHP 5.1.0) DirectoryIterator::isDot — Returns true if current entry is '.' or '..' Description
bool DirectoryIterator::isDot
( void
)
Check whether the current entry is a directory and either . or ... ParametersThis function has no parameters. Return ValuesTRUE if the entry is . or .., otherwise FALSE Examples
Example #1 A DirectoryIterator::isDot example This example will list all files, omitting the . and .. entries.
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|