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 traits? How it is used in php?
What is the meaning of ‘escaping to php’?
What is the difference between echo, print and printf()?
How long does a session last in php?
Explain the difference between php4 and php5.
Why php is used in html?
What is orm in php framework?
What does the expression exception::__tostring means?
What are the features of php 7?
What is alias in php?
Tell me what is the use of mysql_real_escape_string() function?
Tell me how to create a text file in php?
What are default session time and path?
What is the purpose of the '.frm' file extension? What do thes file contain?
Is it possible to submit a form with a dedicated button?