PHP echo() Function

PHP echo() function is often used to output as string or text.

Syntax

echo() Function Parameter

ParameterDescription
str :Required parameter. The parameter or string to output.

echo() Function Return Value

Return Value :No value is returned.

echo() Function Example