Module builders

Source
Expand description

Structures that are used to construct other, more complicated types. Generally zero-cost abstractions.

Structsยง

ClassBuilder
Builder for registering a class in PHP.
FunctionBuilder
Builder for registering a function in PHP.
ModuleBuilder
Builds a Zend module extension to be registered with PHP. Must be called from within an external function called get_module, returning a mutable pointer to a ModuleEntry.