function callback_function() { echo 'This is example of callback function'; } call_user_func('callback_function');
Hello World!