Home
last modified time | relevance | path

Searched refs:php_copy_file_ctx (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/standard/
H A Dfile.h43 PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_chk, php_stream_context *ct…
H A Dfile.c1510 if (php_copy_file_ctx(source, target, 0, context) == SUCCESS) { in PHP_FUNCTION()
1521 return php_copy_file_ctx(src, dest, 0, NULL); in php_copy_file()
1528 return php_copy_file_ctx(src, dest, src_flg, NULL); in php_copy_file_ex()
1533 PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_flg, php_stream_context *ct… in php_copy_file_ctx() function

Completed in 12 milliseconds