Method Stdio.FILE()->gets()
- Method
gets
string
gets(bool
|void
not_all
)- Description
Read one line of input with support for input conversion.
- Parameter
not_all
Set this parameter to ignore partial lines at EOF. This is useful for eg monitoring a growing logfile.
- Returns
This function returns the line read if successful, and
0
if no more lines are available.- See also