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