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.
- EnumBuilder enum
- A builder for PHP enums.
- 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 aModuleEntry.
- ModuleStartup 
- Artifacts from the ModuleBuilderthat should be revisited inside the extension startup function.