Skip to content
yuduanchen edited this page Sep 12, 2014 · 1 revision

Copy file

Description

public function copy(string $source_file,string $destination_file);

Parameters

string $source_file

 The original file

string $destination_file

  The destination file 

Return Values

Returns true on success, false on error.

Clone this wiki locally