PHP Classes

File: dirremove.php

Recommend this page to a friend!
  Classes of Ritesh Patel   Remove Directory   dirremove.php   Download  
File: dirremove.php
Role: Example script
Content type: text/plain
Description: Example of Directory remove
Class: Remove Directory
Delete directories and its files recursively
Author: By
Last change:
Date: 14 years ago
Size: 102 bytes
 

Contents

Class file image Download
<?php
include("removeclass.inc.php");
$obj=new removeDir();
$obj->deleteDir("../testing2/");
?>