Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_link
is_link
Determine whether the given file name is a symbolic connection
Name:
is_link
Category:
File system
Programming Language:
php
One-line Description:
Determines whether the specified file is a connection.
Related
How the is_link Function Behaves Across Different Operating Systems: Detailed Compatibility Issues
3
Similar Functions
ftruncate
ftruncate
Truncatethefiletoagi
readfile
readfile
Outputfile
stat
stat
Provideinformationab
delete
delete
Seeunlink()orunset()
fpassthru
fpassthru
Allremainingdataatth
is_dir
is_dir
Determinewhethertheg
feof
feof
Testwhetherthefilepo
file_get_contents
file_get_contents
Readtheentirefileint
Popular Articles
How the is_link Function Behaves Across Different Operating Systems: Detailed Compatibility Issues