“feof”查询结果


请输入要查询的词条内容:

feof


函数名 功 能 用 法 程序例 函数名 feof 功 能 检测流上的文件结束符 The function feof() tests the end-of-file indicator for the stream pointed to by stream, returning non-zero if it is set. The end-of-file indi 详情>>

PHP feof

定义和用法(语法说明)提示和注释例子定义和用法feof()函数检测是否已到达文件末尾(eof)。如果文件指针到了EOF或者出错时则返回TRUE,否则返回一个错误(包括socket超时),其它情况则返回FALSE。语法feof(file)参数 描述file 必需。规定要检查的打开文件。说明file参数是一个文件指针。这个文件指针必须有效,并且必须指向一个由fopen()或fsockopen()成功打 详情>>

PHP feof


feof

函数名功能用法程序例函数名feof功能检测流上的文件结束符Thefunctionfeof()teststheend-of-fileindicatorforthestreampointedtobystream,returningnon-zeroifitisset.Theend-of-fileindicatorcanonlybeclearedbythefunctionclearerr().用法intf 详情>>

feof