bool is_link ( string $filename )
Tells whether the given file is a symbolic link.
Returns TRUE if the filename exists and is a symbolic link, FALSE otherwise.