Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfile.h76 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_chk);
H A Dfile.c1681 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.c5967 } else if (php_copy_file_ex(path, new_path, STREAM_DISABLE_OPEN_BASEDIR) == SUCCESS) {

Completed in 21 milliseconds