H A D | php_streams.h | 66 …hp_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode), (opened… argument 68 …_rel(filename, mode, path, opened, options) _php_stream_fopen_with_path((filename), (mode), (path)… argument 79 …e php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (mo… argument 80 …ream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapper_ex((path),… argument 135 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); 144 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC); 353 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument 356 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context) argument 359 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument 570 …efine php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (mo… argument [all …]
|