| is_executable() | ใช้ตรวจสอบว่า ไฟล์ที่กำหนด สามารถ execute ได้หรือไม่ |
|---|
function:is_executable ( filename );
return type:boolean
content:ใช้ตรวจสอบว่า ไฟล์ที่กำหนด สามารถ execute ได้หรือไม่
example:if ( is_executable ( "bamboo.exe" ) ) { echo "file can execute"; }