Describe the differences between the object models in PHP 4
and PHP 5.
Answer / abbas
php 5 have unified constructors and destructors
php 5 also introduced new Error E-strict .
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the static variable in function useful for?
How to write a program to make chess?
I created a cookie with the value like '1A2A',now i want to update this value regularly (about 20 times in a minute) with the value '1A2A3A' , 3A is the new value,new value will vary on the request it may be 3A or 4A or 100A ,some times the cookie is updating with new value but not every time.Can any body suggest the solution
What are static variables in php?
What is php full form?
How to make database connection in php?
Explain briefly about a search-friendly site looks like?
What is difference between static and constant in php?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How long is csrf token?
how to change the div background color on every refresh..guys can u help me out.
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?