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