Simple question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mjseaden
Forum Contributor
Posts: 458
Joined: Wed Mar 17, 2004 5:49 am

Simple question

Post by mjseaden »

Dear All

Which command in PHP do you use to delete a file? I cannot seem to find a straight answer to this through Google.

Many thanks

Mark
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

[php_man]unlink[/php_man]() in the manual under [php_man]filesystem [/php_man]section.

Download the manual via the link in my signature. It's a better resource for this type of thing than a search engine.
Post Reply