|
|
13.2. The Object Model
PHP 5 has a new object model. With the new model, some PHP 5 behavior differs from PHP 4 behavior in the way objects are handled. For some behavior, it's possible to tell PHP 5 to revert to PHP 4 behavior using compatibility mode.
|
|