Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
readlink
readlink
Return the target of the symbolic link
Name:
readlink
Category:
File system
Programming Language:
php
One-line Description:
Returns the target of the symbolic connection.
Related
Encountering Symlink Loops? Here’s How to Solve It with the readlink Function
3
Similar Functions
fseek
fseek
Positioninginfilepoi
symlink
symlink
Establishsymboliccon
unlink
unlink
Deletefiles
tempnam
tempnam
Createafilewithauniq
parse_ini_file
parse_ini_file
Parseaconfigurationf
is_dir
is_dir
Determinewhethertheg
lchown
lchown
Modifytheownerofthes
fopen
fopen
OpenafileorURL
Popular Articles
Encountering Symlink Loops? Here’s How to Solve It with the readlink Function