Type Definition ext_php_rs::zend::FunctionEntry

source ·
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.

Trait Implementations§

Formats the value using the given formatter. Read more