<<< Previous question <<< Question ID#0097.md >>> Next question >>>
Which of the following statements will return the second parameter passed to a function?
- A)
func_get_arg(1);
- B)
func_get_args(2);
- C)
func_num_args(2);
- D)
func_num_args(1);
Answer
Answer: A