📜  feof - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:39.332000             🧑  作者: Mango

代码示例1
# 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.
*/