dumpLog
Less than 1 minute
dumpLog
dumpLog
Logs the provided data with a timestamp.
public dumpLog(mixed $data): voidThis function logs the provided data with a timestamp to the global log array. The dump log will be displayed when the dump function is called. This allows for dumping data without immediately halting the script.
Parameters
| Parameter | Type | Description |
|---|---|---|
$data | mixed | the data to be logged |
Generated by Hazaar API Doc Generator on Mon, 27 Oct 2025 13:01:28 +0000