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