fgets
美
英 
例句
The fgets function is only one of many file-reading functions available.
fgets函数是多个文件读取函数中惟一一个可用的。
After you've reached the new position, you can use fgets, fscanf, or anything else to read the data.
在到达新位置后,可以使用fgets、fscanf或任何其他方法读取数据。
Just as in other PHP program, the reading could equally well be done with fgets.
就像在其他PHP程序一样,读取可以很好地通过fgets完成。
The fgets, fgetss, fread, fscanf, and fclose functions also return False on error.
fscanf和fclose函数在出错时也返回False。
Well, you saw an example using a loop with fgets.
好的,您看到了fgets使用循环的示例。
The fgets function is your weapon of choice for this first example.
fgets函数是处理第一个示例的首选武器。
fgets Read line from file, keeping newline character
每次读一行,保留换行符。