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
fopen
fopen
OpenafileorURL
is_dir
is_dir
Determinewhethertheg
fseek
fseek
Positioninginfilepoi
fsync
fsync
Synchronizechangesto
copy
copy
Copythefile
fgets
fgets
Readalinefromafilepo
is_writeable
is_writeable
is_writablealias
rename
rename
Renameafileordirecto
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