Module tagua_parser::rules::statements::function
[−]
[src]
Group of function rules.
The list of all function rules is provided by the PHP Language Specification in the Chapter chapter, Function Definition section.
Enums
FunctionError |
Function errors. |
Functions
function |
Recognize a function. |
native_type |
Recognize all native types. |
parameters |
Recognize a list of function parameters. |