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, 20 May 2011

view this page in

delete

deleteVéase unlink() o unset()

Descripción

void delete ( void )

Esta es una entrada tonta del manual para satisfacer a aquéllos que están buscando unlink() o unset() en el lugar equivocado.

Valores devueltos

No devuelve ningún valor.

Ver también



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

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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites