Hello!

Actually, var_dump() dumps directly the structure/content of a variable to
the browser...
Now is there is anyway to capture this output and assign it to a string and
then store it to a file?
for logging/debugging purpose?

$str = var_dump($arrays);

echo "on [time] [date] varname dump=$str";


//elias



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to