Tag Archives: unlink

PHP Delete File Function Posted by in PHP | Leave a comment

This is a PHP function delete a specified file when it becomes unnecessary such as temporary file, log file, back up file, old file, etc. Continue reading

PHP Completely Delete A Directory Include Sub Directories And Files Posted by in PHP | Leave a comment

Below is just a PHP function that delete a particular directory/folder, all its sub directories/folders and files. Continue reading