Home » PHP » PHP Functions » Question
  1. Which one of the following PHP functions can be used to build a function that accepts any number of arguments?
    1. get_argv()
    2. func_get_argv()
    3. get_argc()
    4. func_get_argc()
    5. None of these
Correct Option: D

func_get_argc()



Your comments will be displayed only after manual approval.