Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 537 Bytes

0133.md

File metadata and controls

15 lines (12 loc) · 537 Bytes

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