WHat is the diff. between PHP4 and PHP5?
Answer Posted / chalbal jha
1.public, private and proted method introduced
2.Magic methods has been included
3. we can pass value by reference
| Is This Answer Correct ? | 116 Yes | 17 No |
Post New Answer View All Answers
What does the array operator '===' means?
How to remove html tags from data in php?
How many ways to include array elements in double-quoted strings using php?
How we get ip address of client, previous reference page etc?
What is a composer?
What does namespace mean in php?
What is the use of mysqli_real_escape_string() function?
How can we upload a file in php?
What is the difference between Session and Cookie?
How is php different from other languages?
Is time a dependent variable?
Name some of the functions in php.
Is variable name casesensitive in php?
How to submit form without a submit button.
What does $_cookie means?