var_dumpo

Permanent Link: var_dumpo 20. September 2010 RSS Feed for comments on RSS-Feed für Kommentare zu: var_dumpo 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

Ruben Sargsyans Gravatar

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.

Dominik Jungowskis Gravatar

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

Write a comment

(will not be published)