func_get_arg php中func_get_arg 函数得到指定索引的函数参数
php中func_get_arg 函数得到指定索引的函数参数 下面的代码可以输出当前函数的所有参数 [代码片段(4行)]
下面的代码可以输出当前函数的所有参数
for ($index = 0; index < func_num_args(); index++) { $arg = func_get_arg(index); }
精彩图集
精彩文章
下面的代码可以输出当前函数的所有参数
for ($index = 0; index < func_num_args(); index++) { $arg = func_get_arg(index); }
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229