|
@@ -741,6 +741,11 @@ extern class Global {
|
|
|
**/
|
|
|
static function rename( oldname:String, newname:String, ?context:Resource ) : Bool;
|
|
|
|
|
|
+ /**
|
|
|
+ @see http://php.net/manual/en/function.copy.php
|
|
|
+ **/
|
|
|
+ static function copy( source:String, dest:String, ?context:Resource ) : Bool;
|
|
|
+
|
|
|
/**
|
|
|
@see http://php.net/manual/en/function.preg-match.php
|
|
|
**/
|