Type Definition ext_php_rs::php::module::InfoFunc [−][src]
pub type InfoFunc = extern "C" fn(zend_module: *mut ModuleEntry);Expand description
A function to be called when phpinfo(); is called.
pub type InfoFunc = extern "C" fn(zend_module: *mut ModuleEntry);A function to be called when phpinfo(); is called.