What is difference between count or sizeof function in php?
Answer / Pushkar Srivastava
count() returns the number of elements in an array, while sizeof() is an older, deprecated function that also returns the number of elements. It's recommended to use count() instead.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between sql and php?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
Which is better #define or enum?
What is the difference between get & post ?
Do loops php?
How send email in php?
What are the differences between require and include?
What is http php?
How to write in a file in php?
How to change the principal password?
What is the maximum size of a file that can be uploaded using PHP and how can we change this?
How to set a value in session? How to remove data from a session?