Type Definition ext_php_rs::zend::ModuleEntry

source ·
pub type ModuleEntry = zend_module_entry;
Expand description

A Zend module entry, also known as an extension.

Implementations§

Allocates the module entry on the heap, returning a pointer to the memory location. The caller is responsible for the memory pointed to.