pub type zend_object_get_class_name_t = Option<unsafe extern "C" fn(object: *const zend_object) -> *mut zend_string>;

Aliased Type§

enum zend_object_get_class_name_t {
    None,
    Some(unsafe extern "C" fn(_: *const _zend_object) -> *mut _zend_string),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const _zend_object) -> *mut _zend_string)

Some value of type T.