★ wanayoo — archive 1999 http://fr.php.net/manual/tr/function.delete.phpNouvelle recherche | Portail wanayoo
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, 25 Feb 2011

view this page in

delete

deleteunlink() veya unset() işlevine bakınız

Açıklama

void delete ( void )

unlink() veya unset() işlevlerini yanlış yerde arayanlar için yol gösterici bir sayfadır.

Dönen Değerler

Hiçbir değer dönmez.

Ayrıca Bakınız

  • unlink() - Bir dosyayı siler
  • unset() - Belirtilen değişkeni tanımsız yapar



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);
?>

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