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
How do I run php?
Do you know what is php?
Which is the best php framework for a beginner?
Declare a new variable in php equal to the number 3;
What is cakephp framework?
Does php need to be installed?
Explain what are the different errors in php?
What does the unset() function mean?
What is the difference between single-quoted and double-quoted strings in php?
What are some of the advanced features of php?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
What is the difference between the functions strstr() and stristr()?
What is the actually used php version?
Code to upload a file in PHP?
What is the difference between $name and $$name?