is_link
(PHP 4, PHP 5)
is_link — Zegt of een bestandsnaam een symbolic link is
Beschrijving
bool is_link
( string $filename
)
Geeft TRUE terug als de bestandsnaam bestaat en het een symbolic link is.
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 is_dir(), is_file(), en readlink().