Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_executable
is_executable
Determine whether the given file name is executable
Name:
is_executable
Category:
File system
Programming Language:
php
One-line Description:
Determine whether the file is executable.
Related
How to Check Executability of a Path Specified in Environment Variables Using is_executable and getenv Functions?
9
Practical Strategies for PHP Performance Optimization to Enhance User Experience
5
Similar Functions
fread
fread
Readfiles(safelyused
disk_total_space
disk_total_space
Returnsthetotalsizeo
fseek
fseek
Positioninginfilepoi
fgetc
fgetc
Readcharactersfromfi
link
link
Createahardconnectio
fileinode
fileinode
Gettheinodeofthefile
tmpfile
tmpfile
Createatemporaryfile
fflush
fflush
Exportbufferedconten
Popular Articles
Practical Strategies for PHP Performance Optimization to Enhance User Experience
How to Check Executability of a Path Specified in Environment Variables Using is_executable and getenv Functions?