Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_streams.h164 struct _php_stream_wrapper { struct
165 const php_stream_wrapper_ops *wops; /* operations the wrapper can perform */
166 void *abstract; /* context for the wrapper */
167 int is_url; /* so that PG(allow_url_fopen) can be respected */

Completed in 12 milliseconds