Name

print — send text to the response

Synopsis

void print(value);
mixed value;

Description

Prints value to the response. value can be a string, int, double or boolean.

Example 43. print Example

print("Hello, world!");