"Elias" <[EMAIL PROTECTED]> skrev i en meddelelse
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

> 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?

Output Control?

ob_start();
var_dump($flaf);
$var = ob_get_contents();
ob_end_clean();

--
Mvh./Best Regards
Jonas Delfs, http://delfs.dk

"Developers are being asked to do more with less, do it faster, and make it
fit with the existing systems and databases." - IDC



-- 
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