PHP函數可變函數列表

代碼實例 <?php namespace app\index\controller; class Index { public function index(){ $res = $this -> test(1,2,3,4); echo $res; } //函數可變元素列表 public function test(){ $args_num = func_num_args();//獲取用戶傳過來的參
相關文章
相關標籤/搜索