Searched refs:php_copy_file_ex (Results 1 – 3 of 3) sorted by relevance
78 PHPAPI int php_copy_file_ex(char *src, char *dest, int src_chk TSRMLS_DC);
1639 PHPAPI int php_copy_file_ex(char *src, char *dest, int src_flg TSRMLS_DC) in php_copy_file_ex() function
5802 } else if (php_copy_file_ex(path, new_path, STREAM_DISABLE_OPEN_BASEDIR TSRMLS_CC) == SUCCESS) {
Completed in 33 milliseconds