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 are the file upload settings in configuration file?
What are the differences between GET and POST methods?
Explain me how failures in execution are handled with include() and require() functions?
What is a static method php?
Do you have to initialize variables in php?
How to randomly retrieve a value from an array?
Write a query to find the 2nd highest salary of an employee from the employee table?
Explain what are the three classes of errors that can occur in php?
What is a php form?
How to select a database in php?
What is meant by pdo in php?
What backslash character will match whitespace?
Tell me how to set a page as a home page in a php based site?
How to connect to mysql from a php script?
Will react hooks replace redux?