var_dumpo
20. September 2010
comments feed
This common typo will never bug you again!
function var_dumpo()
{
$arguments = func_get_args();
call_user_func_array('var_dump', $arguments);
}
;-)
3 comments
Dominik Jungowski
26.10.2010, 10:13 o'clock
Like i said: "This common typo will never bug you again!" ;-)
28.02.2011, 22:07 o'clock
i don't understand either
recent posts
Ruben Sargsyan
07.10.2010, 11:40 o'clock
But why to use the function var_dumpo() and not to use the function var_dump()? What is the difference.
Thank you.