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);
2508 } else if (php_copy_file_ex(path, new_path, STREAM_DISABLE_OPEN_BASEDIR) == SUCCESS) {
1618 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_flg) in php_copy_file_ex() function
Completed in 19 milliseconds