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 does csrf token mismatch mean?
What is sorting php?
How does firefox manage cookies?
Explain some most commonly use string functions in php?
What is the scope of a variable defined outside a function?
Explain about require and include function?
What is difference between require_once(), require(), include()?
What is the difference between abstract class and interface in php?
Explain me what is the difference between explode() and split() functions?
What is properties of class?
What is T_PAAMAYIM_NEKUDOTAYIM?
What is the difference between md5(), crc32() and sha1() crypto on php?
What is the difference between exception::getmessage and exception::getline?
What is php stack?
Can I include php in javascript?