What is the use of print_r function in php?
Answer / Akhilesh Kumar Jaiswal
The print_r() function in PHP is used to display the contents of a variable in a human-readable format, usually for debugging purposes.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I know that a variable is a number or not using a JavaScript?
How to support multiple-page forms?
Is PHP is procedure oriented or object oriented?
What are the rules for naming a php variable?
What are psrs? Choose 1 and briefly describe it?
What is the purpose of using php?
Which programming language does php resemble to?
Explain what does the unset() function means?
Is php strongly typed?
Why we are using PHP than others for web developing?
How to download and install php on windows?
How failures in execution are handled with include() and require() functions?