(PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8)
streamWrapper::stream_eof — 测试文件指针是否为文件末尾
此函数没有参数。
在读取整个文件时(例如,使用 file_get_contents()),PHP 将在循环中调用 streamWrapper::stream_read(),然后调用 streamWrapper::stream_eof(),但只要 streamWrapper::stream_read() 返回一个非空字符串,streamWrapper::stream_eof() 的返回值将被忽略。