Expand description
Structures that are used to construct other, more complicated types. Generally zero-cost abstractions.
Structsยง
- Class
Builder - Builder for registering a class in PHP.
- Function
Builder - Builder for registering a function in PHP.
- Module
Builder - 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 aModuleEntry
.