Function dbg_log_array
Function to dump an array to the error log, possibly recursively
Package: awl\Utilities
Copyright: Catalyst IT Ltd, Morphoss Ltd http://www.morphoss.com/
License: GNU LGPL version 3 or later
Author: Andrew McMillan andrew@mcmillan.net.nz
Var: string $component Which component should this log message identify itself from
Var: string $name What name should this array dump identify itself as
Var: array $arr The array to be dumped.
Var: boolean $recursive Should the dump recurse into arrays/objects in the array
Located at AWLUtilities.php
Copyright: Catalyst IT Ltd, Morphoss Ltd http://www.morphoss.com/
License: GNU LGPL version 3 or later
Author: Andrew McMillan andrew@mcmillan.net.nz
Var: string $component Which component should this log message identify itself from
Var: string $name What name should this array dump identify itself as
Var: array $arr The array to be dumped.
Var: boolean $recursive Should the dump recurse into arrays/objects in the array
Located at AWLUtilities.php
|
$component |
|
|
$name |
|
|
$arr |
|
|
$recursive = false |