function:delete ( filename );return type:boolean, voidcontent:ใช้ลบไฟล์example:if ( delete ( "bamboo.txt" ) ) { echo "delete file success"; }