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

What is strstr php?

1036


How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?

976


What are the string function in php?

1024


What is api example?

1036


i m a B.E,passed out few yrs bak failed to find good job due to less marks now thinkin of a career as PHP developer. is it a lucarative field and wat r career prospects; hv heard dat initial salary is very less bout 6k also most jobs r contrct jobs.pls guide me need ur valuable advice.pls hellppp!! thnx..

2228


What is php.ini & .htacess file?

1082


What enctype is required for file uploads to work?

1080


How do you sort an array in php?

1017


How to increase the execution time of a PHP script?

1101


How do I sort numbers in php?

1103


In php, objects are they passed by value or by reference?

998


Tell me whether it is possible to share a single instance of a memcache between multiple php projects?

1025


What types of Data Can Be Used as Array Keys?

1071


When is a conditional statement ended with an endif?

998


What does type casting mean in php? Explain with an example?

1020