Type Definition ext_php_rs::zend::FunctionEntry[][src]

pub type FunctionEntry = zend_function_entry;
Expand description

A Zend function entry.

Implementations

Returns an empty function entry, signifing the end of a function list.

Converts the function entry into a raw and pointer, releasing it to the C world.