pub type ArgInfo = zend_internal_arg_info;Expand description
Internal argument information used by Zend.
Aliased Type§
#[repr(C)]pub struct ArgInfo {
pub name: *const i8,
pub type_: zend_type,
pub default_value: *const i8,
}Fields§
§name: *const i8§type_: zend_type§default_value: *const i8