<?php function test($a,$b) { echo "love"."----".$a."----".$b."<br>"; } call_user_func('test','star','shine'); //用call_user_func調用函數 ...
確定! 回上一頁