What is Echo in PHP

Asked: Apr 15, 2023

PHP echo output one or more string. It is a language construct not a function. So the use of parentheses is not required. But if you want to pass more than one parameter to echo, the use of parentheses is required.

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!