Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the dirrence in PHP4 & PHP5 . ?

Answer Posted / leelu

Difference between php4/5

PHP5
----
Strong OOPS support
1) Data Encapsulation (public, private, protect
visibility for member variables and methods)
2) Concepts like Abstraction, Inheritance,
Reflections(reverse engineering APIs)
3) More Magic Functions like __construct, __destruct,
__call, __get, __set
4)Type Hinting (as in C , we can specify the data type
the argument will be taking in function)
5) late static bindings etc..

Is This Answer Correct ?    20 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about switch statement in PHP?

1068


How to pass variables by references?

1040


How cookies are trported from browsers to servers?

1066


How do I end a php session?

992


How can we automatically escape incoming data?

1041


How to access a specific character in a string?

1043


How can we submit form without a submit button?

1068


What are the different filter functions used to filter a variable?

1041


How to convert strings to numbers in php?

1187


What is member function?

1110


How to call javascript function in php on button click?

1028


What is alias in php?

1092


Do you know how to delete a file from the system?

1074


How to assigning a new character in a string?

1155


What is strlen php?

1058