Method Stdio.FILE()->gets()
- Method
gets
 string|zerogets(bool|voidnot_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
0if no more lines are available.- See also