Forum und email

is_dir

(PHP 4, PHP 5)

is_dir — Zegt of een bestandsnaam een folder is

Beschrijving

bool is_dir ( string $filename )

Geeft TRUE terug als de bestandsnaam bestaat en een folder is. Als filename een relatieve bestandsnaam is, wordt het relatief bekeken vanaf het huidige werk pad.

Note: The results of this function are cached. See clearstatcache() for more details.

Note: This function will not work on remote files as the file to be examined must be accessible via the servers filesystem.

Zie ook chdir(), dir, opendir(), is_file() en is_link().