Function zend_hash_del

Source
pub unsafe extern "C" fn zend_hash_del(
    ht: *mut HashTable,
    key: *mut zend_string,
) -> c_int