且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

PHP将所有参数作为数组获取?

更新时间:2023-09-06 19:59:52

func_get_args 返回一个包含当前函数所有参数的数组.

func_get_args returns an array with all arguments of the current function.