readSymlink.php
Table of Contents
Functions
- readSymlink() : string
- Returns the target a symbolic link points to.
Functions
readSymlink()
Returns the target a symbolic link points to.
readSymlink(string $link) : string
Parameters
- $link : string
-
Path to the symbolic link.
Tags
Return values
string —The target path the symlink points to.