Q. Which of the following is the correct way to clone an object in PHP?
β
Correct Answer: (B)
destObject = clone srcObject;
You must be Logged in to update hint/solution