我将要func_get_args用于读取函数调用的其他参数.
func_get_args
这对性能有何影响?我是否应该使用数组传递其他参数而不是使用上面的函数读取它们?
php performance
performance ×1
php ×1