Searched refs:php_copy_file_ex (Results 1 – 3 of 3) sorted by relevance
42 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_chk);
1530 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_flg) in php_copy_file_ex() function
2424 } else if (php_copy_file_ex(path, new_path, STREAM_DISABLE_OPEN_BASEDIR) == SUCCESS) {
Completed in 26 milliseconds