Type Alias php_output_handler

Source
pub type php_output_handler = _php_output_handler;

Aliased Type§

struct php_output_handler {
    pub name: *mut _zend_string,
    pub flags: i32,
    pub level: i32,
    pub size: usize,
    pub buffer: _php_output_buffer,
    pub opaq: *mut c_void,
    pub dtor: Option<unsafe extern "C" fn(*mut c_void)>,
    pub func: _php_output_handler__bindgen_ty_1,
}

Fields§

§name: *mut _zend_string§flags: i32§level: i32§size: usize§buffer: _php_output_buffer§opaq: *mut c_void§dtor: Option<unsafe extern "C" fn(*mut c_void)>§func: _php_output_handler__bindgen_ty_1