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
What Details and Pitfalls Should You Watch Out for When Using the is_link Function to Check Directory Links?
3
Similar Functions
readlink
readlink
Returnthetargetofthe
readfile
readfile
Outputfile
popen
popen
Openprocessfilepoint
diskfreespace
diskfreespace
aliasfordisk_free_sp
is_uploaded_file
is_uploaded_file
Determinewhetherthef
filetype
filetype
Getfiletype
fscanf
fscanf
Formatinputfromafile
parse_ini_string
parse_ini_string
Parsingconfiguration
Popular Articles
What Details and Pitfalls Should You Watch Out for When Using the is_link Function to Check Directory Links?
How the is_link Function Behaves Across Different Operating Systems: Detailed Compatibility Issues