Extracted from Pike v7.4 release 341 at 2005-11-21.
pike.ida.liu.se
[Top]
predef::
Protocols
Protocols.Line
Protocols.Line.simple

Method Protocols.Line.simple()->read_line()


Method read_line

string read_line()

Description

Read a line from the input.

Returns

Returns 0 when more input is needed. Returns the requested line otherwise.

Note

The returned line will not contain the line separator.

See also

handle_command() , line_separator