(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()的返回值就会被忽略。