(PHP 4, PHP 5)
is_link — Tells whether the filename is a symbolic link
Tells whether the given file is a symbolic link.
Path to the file.
Returns TRUE if the filename exists and is a symbolic link, FALSE otherwise.
Note: Resultatet af denne funktion er cached. Se clearstatcache() for flere detaljer.
Fra og med PHP 5.0.0 kan denne funktion også bruges med nogle URL wrappers. Se List of Supported Protocols/Wrappers for en liste over hvilke wrappers understøtter stat() familiens funktionalitet.