[][src]Module solder::zend

Structs

ArgInfo
ExecuteData
Function

Struct with the functions that will be available inside PHP

FunctionBuilder
INI
Module

Module represents your extension

ModuleBuilder
Zval

Zval is the basic struct that PHP uses to store variables. Since PHP is not a strict type language, the type of a zval holds what type is currently stored and this value can change.

Enums

PhpTypeConversionError

Errors that are thrown if you try to convert a Zval to a different type than it's value

Traits

FromPhpZval
PhpParseParameters

Functions

execute_closure

Executes a closure. The first parameter is the Zval with the closure. The second parameter is an array containing the parameters. It returns the closure return.

php_echo

As the name suggests, this method is acts like a PHP echo