Answer Posted / nagachowdary
var_dump() prints values and it's datatypes.in case of
print_r() it will print only values
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
What is the difference between single-quoted and double-quoted strings in php?
What are php errors?
How can image properties be retrieved in php?
What do the initials of php stand for?
What is Gd PHP?
What is the difference between indexed and associative array?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
what is PDO?
How to redirect a page in php?
Do you know what is the function mysql_pconnect() usefull for?
How to convert one date format into another in php?
What is the use of strpos in php?
What is csrf validation?
How many data types are used by php?
Explain what is the use of "echo" in php?