On Sun, 28 Sep 2003 23:51:12 +0200
"Dennis Sterzenbach" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I got in mind, that it might be interesting for debug purpose,
> to obtain information like the output of var_dump() to a string.
> 
> Really would be nice being able to have something like
>   $debug_info_obj = var_dump($obj);
> 
> or even by introducing a new function like $info=var_info($var);
> 
> What do you think about it?

I think you can use var_export(); in this case.

---
WBR,
Antony Dovgal aka tony2001
[EMAIL PROTECTED]

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to