php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
php_stream * | php_stream_url_wrap_http (php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) |
php_stream * | php_stream_url_wrap_ftp (php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) |
php_stream * php_stream_url_wrap_ftp | ( | php_stream_wrapper * | wrapper, |
const char * | path, | ||
const char * | mode, | ||
int | options, | ||
zend_string ** | opened_path, | ||
php_stream_context *context | STREAMS_DC ) |
Definition at line 403 of file ftp_fopen_wrapper.c.
php_stream * php_stream_url_wrap_http | ( | php_stream_wrapper * | wrapper, |
const char * | path, | ||
const char * | mode, | ||
int | options, | ||
zend_string ** | opened_path, | ||
php_stream_context *context | STREAMS_DC ) |
Definition at line 1187 of file http_fopen_wrapper.c.
|
extern |
Definition at line 1620 of file plain_wrapper.c.
|
extern |
Definition at line 1176 of file ftp_fopen_wrapper.c.
|
extern |
Definition at line 1237 of file http_fopen_wrapper.c.
|
extern |
Definition at line 442 of file php_fopen_wrapper.c.