dump
Less than 1 minute
dump
dump
Dumps information about one or more variables and halts the execution of the script.
public dump(mixed $data): void
This function provides detailed information about the variables passed to it, including their values, types, and a backtrace of the call stack. It can also log the information and output it in different formats depending on the application state.
Parameters
Parameter | Type | Description |
---|---|---|
$data | mixed |
Generated by Hazaar API Doc Generator