fgets

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.

到达位置可以使用fgetsfscanf任何其他方法读取数据

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.

fscanffclose函数出错返回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

每次一行保留行符