19#ifndef PHP_FOPEN_WRAPPERS_H
20#define PHP_FOPEN_WRAPPERS_H
PHPAPI const php_stream_wrapper php_stream_ftp_wrapper
PHPAPI const php_stream_wrapper php_stream_http_wrapper
PHPAPI const php_stream_wrapper php_stream_php_wrapper
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_JSON_API size_t int options
PHPAPI php_stream_wrapper php_plain_files_wrapper
struct _php_stream php_stream
struct _php_stream_context php_stream_context
struct _php_stream_wrapper php_stream_wrapper
struct _zend_string zend_string