Expand description
Apis relate to zend_function_entry.
TODO Add lambda.
Structs§
- Argument
- Function or method argument info.
- Function
Entity - Builder for registering php function.
- Function
Entry - Wrapper of
zend_function_entry
. - Method
Entity - Builder for registering class method.
- Return
Type - Function or method return type.
- ZFunc
- Wrapper of
zend_function
.
Functions§
- call
- Call user function by name.