Home
last modified time | relevance | path

Searched defs:_php_stream_wrapper (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/main/
H A Dphp_streams.h159 struct _php_stream_wrapper { struct
160 const php_stream_wrapper_ops *wops; /* operations the wrapper can perform */
161 void *abstract; /* context for the wrapper */
162 int is_url; /* so that PG(allow_url_fopen) can be respected */

Completed in 18 milliseconds