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
How do I find out the number of parameters passed into function9?
Tell me what does the array operator '===' means?
What is use of header() function in php? What the limitation of header()?
How do you end php?
How to read a file in binary mode?
What is the differences between $a != $B and $a !== $B?
Where are php configuration settings stored?
What is the w3c?
Why do we use interface in php?
Write down the benefits of php7?
How to compare two strings with comparison operators in php?
What is instantiation?
How many types of php are there?
How to invoke a user function?
Which function is used to read a single character from a file in PHP.