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