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

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