What is Print in PHP

Asked: Apr 15, 2023

PHP print output a string. It is a language construct not a function. So the use of parentheses is not required with the argument list. Unlike echo, it always returns 1.

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!