View Single Post
Old October 14th 2011, 11:51 PM   #6 (permalink)
gopalit12
Registered User
 
Join Date: Oct 2011
Posts: 3
Major changes from PHP4 to PHP5:

* Features such as objects, class constants, visibility, unified destructors and constructors, abstracts, interfaces, magic methods, and other things altered in the Object Model
* PHP5 contains the ability to create classes which you can access akin to arrays through an ArrayAccess interface
* Introduced in PHP5 was limited type hinting, which allows you to dictate which kind of variables pass to functions or class methods
* Exceptions (or errors) were introduced
* A variety of new PHP5 Functions


----------------------
cegonsoft profile
gopalit12 is offline   Reply With Quote