Login   Register  
PHP Classes
elePHPant
Icontem

File: index

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of ASHFAQAHMED  >  Copier  >  index  >  Download  
File: index
Role: Example script
Content type: text/plain
Description: ExampleFile
Class: Copier
Copy or clone files
Author: By
Last change:
Date: 2010-03-02 03:44
Size: 151 bytes
 

Contents

Class file image Download
<?php
include("ClonerClass.php");


$a = new CloneOrCopy();
$a->des "D_Drive_Clone";
$a->src "test";
$a->CreateCopy();









?>