Answer Posted / kiran
var_dump also displays the variable type (int, string,
array, etc.) and "length".
Examples: http://marc.info/?l=php-general&m=98684689426976&w=2
__________________
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
What is the current php version?
How can you send http header to the client in php?
What is the difference between characters 34 and x34?
What type of headers have to be added in the mail function to attach a file?
How will you calculate days between two dates in PHP?
What are the differences between session and cookie?
write a note on Testing the web site
Explain different sorting function in php?
How can you propagate a session id?
What is compact function php?
What is difference between strstr() and stristr() in PHP?
What is php default argument?
Which programming language does php resemble?
Explain the three different kinds of Arrays?
Tell us what does $_cookie means?