Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

Question about object cloning

$
0
0

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!


Viewing all articles
Browse latest Browse all 13200

Trending Articles