Hello,
I found this keyword written everywhere I read about classes, which is __construct.
Is it a built-in method or keyword? What does it do?
There's another one, which is __clone.
What is it too?
If they're not built-in, then why are they always preceded by 2 underscores?
Thank you.