I have a function that can potentially accept millions of arguments. Currently, I am using an array to insert into it, but I think it would be more friendly to have an indefinite number of arguments. Is this possible?
I have a function that can potentially accept millions of arguments. Currently, I am
Share
func_get_args()is what you’re looking for