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