Expand description
Macros for the php-ext crate.
Macros§
- wrap_constant 
- Wraps a constant to be used in the [ModuleBuilder::constant] method.
- wrap_function 
- Wraps a function to be used in the [Module::function] method.
- zend_fastcall 
- Defines an externfunction with the Zend fastcall convention based on operating system.
Attribute Macros§
- php_class 
- #[php_class]Attribute
- php_const 
- #[php_const]Attribute
- php_enum 
- #[php_enum]Attribute
- php_extern 
- #[php_extern]Attribute
- php_function 
- #[php_function]Attribute
- php_impl 
- #[php_impl]Attribute
- php_module 
- #[php_module]Attribute
Derive Macros§
- ZvalConvert 
- ZvalConvertDerive Macro