Use short circuit syntax to output message in PHP

Description

The following code shows how to use short circuit syntax to output message.

Example


<?="This is another PHP example.";?>

The code above generates the following result.





















Home »
  PHP Tutorial »
    Language Basic »




PHP Introduction
PHP Operators
PHP Statements
Variable
PHP Function Create
Exception
PHP Class Definition