PHP readlink() Function

PHP realpath() Function
PHP readfile() Function

In this article, you will learn how to get the target of the symbolic link in PHP. The readlink() function in PHP returns the target of a symbolic link.

what is the syntax of the READLINK function in php?

readlink(linkpath)
ParameterDescription
linkpathRequired. Specifies the link path to check
PHP READLINK() method

examples of the READLINK function

Example 1. In this example, we get the target of a symbolic link.

<?php
echo readlink("/user/testlink");
?>
PHP realpath() Function
PHP readfile() Function

Stay up-to-date about PHP!

We don’t spam!

en English
X
Scroll to Top