Type Definition ext_php_rs::php::function::FunctionHandler[][src]

pub type FunctionHandler = extern "C" fn(execute_data: &mut ExecutionData, retval: &mut Zval);
Expand description

Function representation in Rust.