Posts Tagged ‘ func-num-args ’

Unlimited PHP Function Parameters

July 23, 2009
By

... to define an infinite number of arguments in such a way. PHP does, however, allow you to accomplish this through the function func_get_args(). Related posts: Strings and Output in PHP; Don’t Fear the Re(cursion)aper; PHP Error Handling .

Read more »