1.call_user_func:普通函数<?php public function a($i,$m) { echo $i; echo $m; } call_user_func('a','1','2'); //输出结果:12 ?>
確定! 回上一頁