<?php function callbackTest($param){ foreach($param as $p){ echo "number ".$p." called in callback \n"; } } call_user_func("callbackTest", array(1,2,3,4,5));
You have javascript disabled. You will not be able to edit any code.