I want to participate in PEAR Documentation. At most I would like to help translating
it to german.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
IIRC, something like:
ob_start(); var_dump($obj); $debug_info_obj = ob_get_clean(); would do
the trick.
Thanks,
Xavier
On Sun, 2003-09-28 at 17:51, Dennis Sterzenbach wrote:
> Hi,
>
> I got in mind, that it might be interesting for debug purpose,
> to obtain information like the output of var_d
Hacking on pres2: I have a bunch of code clean ups to contribute as a prelude to some
new features.
I will probably also make some misc documentation updates.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php