📅  最后修改于: 2022-03-11 14:54:39.332000             🧑  作者: Mango
# Tests for end-of-file on a file pointer
feof ( resource $stream )
/*
Returns true if the file pointer is at EOF or
an error occurs (including socket timeout);
otherwise returns false.
*/