Type Definition ext_php_rs::php::module::StartupShutdownFunc [−][src]
pub type StartupShutdownFunc = extern "C" fn(_type: i32, _module_number: i32) -> i32;
Expand description
A function to be called when the extension is starting up or shutting down.