Etienne Goyer wrote:
> I prefer vi and print_r(). I did not knew about var_dump() before I
> looked it up this morning (thanks, Jan!), so I wonder : is there a
> reason to use it over print_r() ?
IIRC, var_dump() shows information about the type of the data (string,
integer, etc. ).
Gruss,
Ollie.