php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | php_stream_fopen(filename, mode, opened) |
#define | php_stream_fopen_with_path(filename, mode, path, opened) |
#define | php_stream_fopen_from_file(file, mode) |
#define | php_stream_fopen_from_fd(fd, mode, persistent_id) |
#define | php_stream_fopen_from_pipe(file, mode) |
#define | php_stream_fopen_tmpfile() |
#define | php_stream_fopen_temporary_file(dir, pfx, opened_path) |
#define | php_stream_open_wrapper_as_file(path, mode, options, opened_path) |
Variables | |
PHPAPI php_stream_ops | php_stream_stdio_ops |
PHPAPI php_stream_wrapper | php_plain_files_wrapper |
Definition at line 27 of file php_stream_plain_wrapper.h.
Definition at line 36 of file php_stream_plain_wrapper.h.
Definition at line 33 of file php_stream_plain_wrapper.h.
Definition at line 39 of file php_stream_plain_wrapper.h.
Definition at line 45 of file php_stream_plain_wrapper.h.
#define php_stream_fopen_tmpfile | ( | ) |
Definition at line 42 of file php_stream_plain_wrapper.h.
Definition at line 30 of file php_stream_plain_wrapper.h.
Definition at line 51 of file php_stream_plain_wrapper.h.
PHPAPI php_stream * _php_stream_fopen | ( | const char * | filename, |
const char * | mode, | ||
zend_string ** | opened_path, | ||
int options | STREAMS_DC ) |
Definition at line 1119 of file plain_wrapper.c.
PHPAPI php_stream * _php_stream_fopen_from_fd | ( | int | fd, |
const char * | mode, | ||
const char * | persistent_id, | ||
bool zero_position | STREAMS_DC ) |
Definition at line 278 of file plain_wrapper.c.
PHPAPI php_stream * _php_stream_fopen_from_file | ( | FILE * | file, |
const char *mode | STREAMS_DC ) |
Definition at line 307 of file plain_wrapper.c.
PHPAPI php_stream * _php_stream_fopen_from_pipe | ( | FILE * | file, |
const char *mode | STREAMS_DC ) |
Definition at line 326 of file plain_wrapper.c.
PHPAPI php_stream * _php_stream_fopen_temporary_file | ( | const char * | dir, |
const char * | pfx, | ||
zend_string **opened_path | STREAMS_DC ) |
PHPAPI php_stream * _php_stream_fopen_tmpfile | ( | int dummy | STREAMS_DC | ) |
Definition at line 250 of file plain_wrapper.c.
PHPAPI php_stream * _php_stream_fopen_with_path | ( | const char * | filename, |
const char * | mode, | ||
const char * | path, | ||
zend_string ** | opened_path, | ||
int options | STREAMS_DC ) |
Definition at line 1627 of file plain_wrapper.c.
PHPAPI FILE * _php_stream_open_wrapper_as_file | ( | char * | path, |
char * | mode, | ||
int | options, | ||
zend_string **opened_path | STREAMS_DC ) |
PHPAPI int php_stream_parse_fopen_modes | ( | const char * | mode, |
int * | open_flags ) |
Definition at line 71 of file plain_wrapper.c.
|
extern |
Definition at line 1620 of file plain_wrapper.c.
|
extern |
Definition at line 1024 of file plain_wrapper.c.