PHP Callback Functions.

A callback function is a function which is passed as an argument into another function. In PHP, functions can be called using call_user_func() function.

Code :