A Admin • 833K Points Coach Q. Which of the following is the correct way to clone an object in PHP? (A) _clone(srcObject); (B) destObject = clone srcObject; (C) destObject = _clone(srcObject); (D) destObject = clone(srcObject); Correct Answer - Option(B) Views: 27 Filed under category PHP Hashtags: Share Manage Tags
Discusssion
Login to discuss.