php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_streams.h>
Definition at line 131 of file php_streams.h.
php_stream *(* _php_stream_wrapper_ops::dir_opener) (php_stream_wrapper *wrapper, const char *filename, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) |
Definition at line 142 of file php_streams.h.
const char* _php_stream_wrapper_ops::label |
Definition at line 145 of file php_streams.h.
int(* _php_stream_wrapper_ops::rename) (php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_context *context) |
Definition at line 151 of file php_streams.h.
int(* _php_stream_wrapper_ops::stream_closer) (php_stream_wrapper *wrapper, php_stream *stream) |
Definition at line 136 of file php_streams.h.
int(* _php_stream_wrapper_ops::stream_metadata) (php_stream_wrapper *wrapper, const char *url, int options, void *value, php_stream_context *context) |
Definition at line 157 of file php_streams.h.
int(* _php_stream_wrapper_ops::stream_mkdir) (php_stream_wrapper *wrapper, const char *url, int mode, int options, php_stream_context *context) |
Definition at line 154 of file php_streams.h.
php_stream *(* _php_stream_wrapper_ops::stream_opener) (php_stream_wrapper *wrapper, const char *filename, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) |
Definition at line 133 of file php_streams.h.
int(* _php_stream_wrapper_ops::stream_rmdir) (php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) |
Definition at line 155 of file php_streams.h.
int(* _php_stream_wrapper_ops::stream_stat) (php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb) |
Definition at line 138 of file php_streams.h.
int(* _php_stream_wrapper_ops::unlink) (php_stream_wrapper *wrapper, const char *url, int options, php_stream_context *context) |
Definition at line 148 of file php_streams.h.
int(* _php_stream_wrapper_ops::url_stat) (php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context) |
Definition at line 140 of file php_streams.h.