1: func_get_args(); //获取实参数据列表,成为一个数组
2: func_get_arg($i); //获取第ii个实参数据,i从0开始算起;
3:func_num_args(); //获取实参的数量(个数)
函数的系统函数

相关文章: