[Phpwm] Phpwm Digest, Vol 197, Issue 1

Ed Lea edleadesign at gmail.com
Wed Jan 27 12:08:11 UTC 2010


> What do you guys use for variable dumping?

$varDump = var_export($someVar, true);
whateverLoggingMethodYouUse($varDump);

for requests where there is no output to browser



More information about the Phpwm mailing list