Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfile.h78 PHPAPI int php_copy_file_ex(char *src, char *dest, int src_chk TSRMLS_DC);
H A Dfile.c1642 PHPAPI int php_copy_file_ex(char *src, char *dest, int src_flg TSRMLS_DC) in php_copy_file_ex() function
H A Dbasic_functions.c5864 } else if (php_copy_file_ex(path, new_path, STREAM_DISABLE_OPEN_BASEDIR TSRMLS_CC) == SUCCESS) {

Completed in 22 milliseconds