Constructors and Destructors
4/27
Constructors:
Preferred name is
__construct()
Old naming style still works
Destructors:
__destruct()
Are called when there are no more references to the object's handle
Beware for shut-down order