Module execution

Module execution 

Source

Structs§

ExecutionContext
Parameters for PHP script execution.
ExecutionMessage
A PHP error, warning, or notice captured during execution.
ExecutionResult
Result of PHP script execution.
NoOpHooks
ResponseHeader
HTTP response header
StreamingCallback
Wraps a closure implementation for streaming output. Called at least once during execution.

Enums§

OutputAction
What to do with the PHP output.
SyslogLevel
PHP error severity levels (maps to syslog priorities).

Traits§

ExecutionHooks
Callbacks invoked during PHP request execution.