Next: echo_file

Prev: disconnect

echo

echo(buffer)
This function sends the bytes in buffer to all connections associated with the current object, and returns 1.

Examples:

echo(%[65, 66, 67, 13, 10])
     => 1