<<< Previous question <<< Question ID#0596.md >>> Next question >>>
Which statement will return the third parameter passed to a function?
- A) func_get_arg(2);
- B) $argv[3];
- C) $argv[2];
- D) func_get_args(3);
Answer
Answer: A
Which statement will return the third parameter passed to a function?
Answer: A