-
-
Notifications
You must be signed in to change notification settings - Fork 0
debugIterable
github-actions edited this page Mar 31, 2026
·
1 revision
Prints a debug representation of an iterable object.
This function iterates over a Traversable object and prints each key-value pair,
along with an optional section title. If no section title is provided, the function
uses the class name of the iterable object.
- Full name:
debugIterable - Defined in:
src/functions.php
| Parameter | Type | Description |
|---|---|---|
$iterable |
iterable | the iterable object to debug |
$section |
string|null | an optional title for the output section |
void