print — send text to the response
void print(value); mixed value;
void print(
)
mixed
value
Prints value to the response. value can be a string, int, double or boolean.
Example 43. print Example
print("Hello, world!");