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
copy
copy
Copythefile
fputcsv
fputcsv
FormatthelinetoCSVan
readfile
readfile
Outputfile
filectime
filectime
Gettheinodemodificat
diskfreespace
diskfreespace
aliasfordisk_free_sp
lchgrp
lchgrp
Modifyallgroupsofsym
is_link
is_link
Determinewhethertheg
fileowner
fileowner
Getthefileowner
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?