Module ext_php_rs::builders

source ·
Expand description

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

Structs

  • Builder for registering a class in PHP.
  • Builder for registering a function in PHP.
  • 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.