Home
last modified time | relevance | path

Searched refs:php_stream_fopen_from_file (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/main/streams/
H A Dphp_stream_plain_wrapper.h33 #define php_stream_fopen_from_file(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_C… macro
/PHP-8.1/ext/standard/
H A Dphp_fopen_wrapper.c408 stream = php_stream_fopen_from_file(file, mode); in php_stream_url_wrap_php()
/PHP-8.1/docs/
H A Dstreams.md75 PHPAPI php_stream *php_stream_fopen_from_file(FILE *file, const char *mode);

Completed in 12 milliseconds