Extracted from Pike v7.6 release 61 at 2005-12-30.
[Top]
Stdio
Stdio.FILE
Methods
_get_iterator()
getchar()
gets()
line_iterator()
ngets()
pipe()
printf()
read()
set_charset()
ungets()
write()
Stdio.FILE()->line_iterator()
Stdio.FILE()->pipe()
Method Stdio.FILE()->ngets()
Method
ngets
array
(
string
)
ngets
(
void
|
int
(1..)
n
)
Description
Get
n
lines.
Parameter
n
Number of lines to get, or all remaining if zero.