PHP Classes

File: Read_Me

Recommend this page to a friend!
  Classes of ASHFAQAHMED   Copier   Read_Me   Download  
File: Read_Me
Role: Documentation
Content type: text/plain
Description: Read Me
Class: Copier
Copy or clone files
Author: By
Last change:
Date: 14 years ago
Size: 645 bytes
 

Contents

Class file image Download
Hi Copy Any Size Files Or Create Exact Directory Clone He He You Can Create A Big Clone Like If You Run This And Want Windows c: Drive Exact Clone You Can Just Do THis Size Not Matter It Can Be 1000GB CreateCopy("whereyouwant", "c:/"); This Class Is Develpoped By Ashfaq Ahmed Use Of This Class Here Is a Example $a = new CloneOrCopy(); ////// Create instance Of Class Or Intiliaz The Class $a->des = "D_Drive_Clone"; ////// Set The Destination Path For Clone $a->src = "test"; ///// Set The Source Path For Clone $a->CreateCopy(); //// Start The Copying Or Cloning Enjoy