Type Alias php_stream_wrapper

Source
pub type php_stream_wrapper = _php_stream_wrapper;

Aliased Type§

#[repr(C)]
pub struct php_stream_wrapper { pub wops: *const _php_stream_wrapper_ops, pub abstract_: *mut c_void, pub is_url: i32, }

Fields§

§wops: *const _php_stream_wrapper_ops§abstract_: *mut c_void§is_url: i32