PHP.nl

Introduction

Introduction

PHP includes a complete object model.
Some of its features are:
,
 and
 classes and methods,
additional ,
, and
.

visibilityabstractfinalmagic methodsinterfacescloning

PHP treats objects in the same way as references or handles, meaning that
each variable contains an object reference rather than a copy of the entire
object. See 

Objects and References

Documentatie