Re: Conf: argue !
Manuel Holtgrewe <[email protected]>
| Newsgroups | gmane.comp.lib.binarycloud.devel |
|---|---|
| Message-ID | <[email protected]> |
Wim Niemans ri schrieb: > On 24 Feb 2005 at 19:35, Manuel Holtgrewe wrote: > > >>>Why do you think serialize is better ? isn't it slower to read >>>serialized arrays than to parse a php file? >> >>var_dump does not create the right output and i do not know how buggy >>value_dump is right now. > > > Your search - value_dump site:www.php.net - did not match any documents > > Please don't use manuel-speak. I don't understand that. Sorry. In the above, I meant that you cannot simply include the string var_dump creates. There are two alternatives: Binarycloud's value_dump() which I automatically assume to exist in the environment I work since I do bc only - Sorry for that. I did not take into considerance that most people won't know about it. Additionally, there is PHP's var_export(). Manuel