Calls the callback given by the first parameter with the parameters in ... <?php function foobar($arg, $arg2) { echo __FUNCTION__, " got $arg and $arg2\n"; }
確定! 回上一頁