Categories

Updated: 03/03/2006

VarDump

If you do much development in PHP, you''ve undoubtedly used the var_dump() function to see the contents of a variable. And if you''re like us, you''ve probably even cussed your monitor a time or two as you tried to decipher var_dump()''s output into something legible. At PHP Labs, we built a better var_dump(). We''ve been using it internally for our own development for months, and now we''ve decided to make it available to you! This is the first script we''ve released which is specifically targeted at other PHP programmers, and we''re sure that you''ll find it useful if you spend any time coding in PHP. Be sure to check out the demo, where we compare the output of PHP''s var_dump() function with our custom vardump() function. You have to see it to believe it!
©2003-2019 jCay.com