PHP Classes

File: index

Recommend this page to a friend!
  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: 14 years ago
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();









?>