Type Definition php_all_sys::php56_zts::php_stream_transport_factory_func[][src]

type php_stream_transport_factory_func = Option<unsafe extern "C" fn(proto: *const c_char, protolen: size_t, resourcename: *const c_char, resourcenamelen: size_t, persistent_id: *const c_char, options: c_int, flags: c_int, timeout: *mut timeval, context: *mut php_stream_context, tsrm_ls: *mut *mut *mut c_void) -> *mut php_stream>;