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