is_link

(PHP 3, PHP 4 , PHP 5)

is_link -- Prüft, ob der Dateiname ein symbolischer Link ist

Beschreibung

bool is_link ( string filename)

Gibt TRUE zurück, wenn der Dateiname existiert und es sich um einen symbolischen Link handelt.

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

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

Siehe auch is_dir(), is_file() und readlink().