lithium\net\Socket::write PHP Method

write() abstract public method

Writes data to the socket.
abstract public write ( mixed $data ) : boolean
$data mixed
return boolean `true` if data has been successfully written, `false` otherwise.
    public abstract function write($data);