is_dir

Example

 bool is_dir ( string $filename ) 

Description

Tells whether the given filename is a directory.

Return Values

Returns TRUE if the filename exists and is a directory, FALSE otherwise.