is_link

Example

 bool is_link ( string $filename ) 

Description

Tells whether the given file is a symbolic link.

Return Values

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