php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_fopen_wrappers.h File Reference

Go to the source code of this file.

Functions

php_streamphp_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_streamphp_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)
 

Variables

PHPAPI const php_stream_wrapper php_stream_http_wrapper
 
PHPAPI const php_stream_wrapper php_stream_ftp_wrapper
 
PHPAPI const php_stream_wrapper php_stream_php_wrapper
 
PHPAPI php_stream_wrapper php_plain_files_wrapper
 

Function Documentation

◆ php_stream_url_wrap_ftp()

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_url_wrap_http()

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.

Variable Documentation

◆ php_plain_files_wrapper

PHPAPI php_stream_wrapper php_plain_files_wrapper
extern

Definition at line 1620 of file plain_wrapper.c.

◆ php_stream_ftp_wrapper

PHPAPI const php_stream_wrapper php_stream_ftp_wrapper
extern

Definition at line 1176 of file ftp_fopen_wrapper.c.

◆ php_stream_http_wrapper

PHPAPI const php_stream_wrapper php_stream_http_wrapper
extern

Definition at line 1237 of file http_fopen_wrapper.c.

◆ php_stream_php_wrapper

PHPAPI const php_stream_wrapper php_stream_php_wrapper
extern

Definition at line 442 of file php_fopen_wrapper.c.