Easy Tutorial
❮ Php Expectations Func Date Time Set ❯

PHP readlink() Function



Definition and Usage

The readlink() function returns the target of a symbolic link.

If successful, the function returns the target of the link. If it fails, it returns FALSE.

Syntax

Parameter Description
linkpath Required. Specifies the link path to be checked.

Tips and Notes

Note: This function does not work on Windows platforms.


Example


❮ Php Expectations Func Date Time Set ❯