downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

dirname> <copy
Last updated: Fri, 24 Sep 2010

view this page in

delete

deleteSee unlink() or unset()

Description

void delete ( void )

This is a dummy manual entry to satisfy those people who are looking for unlink() or unset() in the wrong place.

Return Values

No value is returned.

See Also



add a note add a note User Contributed Notes
delete
abye81 at yahoo dot com
05-Aug-2010 07:02
to delete file u can use this script

<?php
$filename
= "myfile.txt";
unlink($filename);
?>

dirname> <copy
Last updated: Fri, 24 Sep 2010
 
 
show source | credits | sitemap | contact | advertising | mirror sites