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.
- Enum
Builder enum - A builder for PHP enums.
- 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. - Module
Startup - Artifacts from the
ModuleBuilderthat should be revisited inside the extension startup function.