Hey guys. I have been working with object cloning, and I am little confused on the difference when using the
$clone_object = clone $object and having the __clone() method in the actual class?
I tried to read through the PHP documentation, and it mentioned something about a "GTK window"? What is a GTK window?
Your help is always appreciated!