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 parent __construct ();?
Is php an array?
What is an associative array?
Is session a cookie?
Is numeric in php?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
What is the purpose of a query?
Which framework is best for php development?
When to use self over $this?
What are the benefits of using queries?
What should we do to be able to export data into an excel file?
How to remove leading and trailing spaces from user input values?
Does php class need constructor?
How to access a Static Member of a Class in PHP?
What is die in php?