IS_LINK
Tells whether the filename is a symbolic link
SYNTAX
is_link ( string $filename ) : bool
PARAMETERS
filename
Path to the file.
RETURN
Returns TRUE if the filename exists and is a symbolic link, FALSE otherwise.
EXAMPLES
uploads.php