Home
last modified time | relevance | path

Searched refs:php_copy_file_ex (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/standard/
H A Dfile.h42 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_chk);
H A Dfile.c1526 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_flg) in php_copy_file_ex() function
H A Dbasic_functions.c2385 } else if (php_copy_file_ex(path, new_path, STREAM_DISABLE_OPEN_BASEDIR) == SUCCESS) {

Completed in 17 milliseconds