1.

Which one of the following PHP functions can be used to build a function that accepts any number of arguments?

A. func_get_argv()
B. func_get_argc()
C. get_argv()
D. get_argc()
Answer» C. get_argv()


Discussion

No Comment Found