<<< Previous question <<< Question ID#0133.md >>> Next question >>>
Which of the following statements is/are FALSE regarding forward_static_call_array() function in PHP 5.3?
- A) This function can be used outside a class.
- B) It uses late static binding.
- C) This function must be called within a method context.
- D) All arguments of the forwarded method are passed as values, and as an array.
Answer
Answer: A