下列选项中,可以将文件中的内容读入到数组中的函数是()。
A: file
B: fgets
C: file_get_contents
D: fgetc
A: file
B: fgets
C: file_get_contents
D: fgetc
举一反三
- 下列()函数可以实现将整个文件读入到数组中。 A: file() B: file_get_contents() C: fgets() D: fgetc()
- 以下哪一个函数可以将文件内容读取出来,并逐行存入数组中。 A: file_get_contents B: file C: fgets D: fgetc
- 要读取文件中的一个字符,应使用函数()。 A: fgets() B: fgetc() C: file_get_contents() D: file()
- file()函数可以将整个文件读入到数组中。
- 以下哪个函数不用使用fopen( )函数打开文件,就可以将文件内容读入一个字符串( ) A: fgetc( ) B: fgets( ) C: fgetss( ) D: file_get_contents( )