On my slackware 13.0, php-5.2.11
The directory wich contain files must be owned by apache user, the files (obviously) they have to be apache writable
Descrierea
void delete
( void
)
This is a dummy manual entry to satisfy those people who are looking for unlink() or unset() in the wrong place.
Valorile întoarse
Nu este întoarsă nici o valoare.
Alessandro Pastore
09-Jul-2011 12:53
abye81 at yahoo dot com
05-Aug-2010 07:02
to delete file u can use this script
<?php
$filename = "myfile.txt";
unlink($filename);
?>
