摘要:func_get_args(PHP 4, PHP 5)func_get_args-- Returns an array comprising a function's argument listDescriptionarrayfunc_get_args( void )Returns an array in which each element is a copy of the corresponding member of the current user-defined function's argument list.func_get_args()will generate
阅读全文