pub type php_stream_context = _php_stream_context;

Aliased Type§

struct php_stream_context {
    pub notifier: *mut _php_stream_notifier,
    pub options: _zval_struct,
    pub res: *mut _zend_resource,
}

Fields§

§notifier: *mut _php_stream_notifier§options: _zval_struct§res: *mut _zend_resource