Easy Tutorial
❮ Func String Get Html Translation Table Php Preg_Replace ❯

PHP is_link() Function



Definition and Usage

The is_link() function checks if the specified file is a symbolic link.

If the file is a symbolic link, the function returns TRUE.

Syntax

Parameter Description
file Required. Specifies the file to check.

Tips and Notes

Note: The result of this function is cached. Use clearstatcache() to clear the cache.


Example

The above code will output:


❮ Func String Get Html Translation Table Php Preg_Replace ❯