Name

echo

Synopsis

echo [format_string] expression [, expression ...]

This is not a true function but rather PHP’s built-in version of the C printf function. In its simplest form, echo simply prints out expression. Up to 5 expressions can be given, each of which are printed out in turn. In addition, a format string can be provided. The format string is in the same style as C or Perl’s printf function.

Get MySQL and mSQL now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.