On Thu, 25 Jul 2002, Tit "Black" Petric wrote:

> > Added in CVS, will be available in 4.3.0.
> > 
> > Derick
> 
> can you do the same thing for var_dump please?

No I cant, as var_dump supports multiple parameters to it:

var_dump ($foo, $bar, TRUE);

What should TRUE do here in this case, print TRUE or return the data?

You can use var_export here, which does only support one variable, and 
TRUE/FALSE to return or display the variable.

Derick

---------------------------------------------------------------------------
 Did I help you?   http://www.derickrethans.nl/link.php?url=giftlist
 Frequent ranting: http://www.derickrethans.nl/
---------------------------------------------------------------------------
                 PHP: Scripting the Web - [EMAIL PROTECTED]
                    All your branches are belong to me!
                SRM: Script Running Machine - www.vl-srm.net
---------------------------------------------------------------------------


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

Reply via email to