We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc59416 commit e4bdd6fCopy full SHA for e4bdd6f
ext/standard/file.h
@@ -72,6 +72,7 @@ PHP_MINIT_FUNCTION(user_streams);
72
PHPAPI int php_le_stream_context(void);
73
PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC);
74
PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC);
75
+PHPAPI int php_copy_file_ex(char *src, char *dest, int src_chk TSRMLS_DC);
76
PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC);
77
PHPAPI int php_mkdir(char *dir, long mode TSRMLS_DC);
78
PHPAPI void php_fgetcsv(php_stream *stream, char delimiter, char enclosure, size_t buf_len, char *buf, zval *return_value TSRMLS_DC);
0 commit comments