Q:

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

belongs to collection: ARRAYS AND FUNCTIONS IN PHP MCQ

0

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


  1. func_get_argv()
  2. func_get_argc()
  3. get_argv()
  4. get_argc()

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).func_get_argc()

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

ARRAYS AND FUNCTIONS IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which one of the following PHP functions can be us... >>
<< What will be the output of the following PHP code?...