Name
hash_dump — dump the contents of the hash to the paniclog
Synopsis
hash_dump
{ hash
}
Description
hash_dump
dumps the contents of the hash to the paniclog. This function can occasionally be useful when debugging but should be avoided in production especially on heavy throughput systems.
$aliases = ds_fetch_flat "mydb" "select expansion from alias where user = ?" [$address];
hash_dump $aliases;
Was this page helpful?