Question:What is object cloning?
Answer If the try to copy a referenced object. It will simply point back to the addrassing location of the original object To remedy the problems with copying, PHP offers an explicit means for cloning an object is known as object cloning.
+ Report
What is object cloning?