1.What are the difference between echo , print , print_r ?
else this 3 can we show output to a client in some other
way?
Answer Posted / mad
They are all same in php8
| Is This Answer Correct ? | 8 Yes | 21 No |
Post New Answer View All Answers
What is the function of trim?
How is php different from other languages?
What is difference between array_merge and array_combine?
Explain about the data types in PHP?
What is session cookies php?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
What is fetch array in php?
How to find the index of an element in an array php?
Is php deprecated?
What are the uses of implode() function?
Which functions are used to count the total number of array elements in php?
What is config file in php?
What are the final class and final method?
What is $_ env in php?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?