streamWrapper::stream_read() - php 流stream类
streamWrapper::stream_read()
(PHP 4 >= 4.3.2, PHP 5, PHP 7)
Read from stream
说明
publicstreamWrapper::stream_read(int $count): stringThis method is called in response tofread()andfgets().
Note:Remember to update the read/write position of the stream (by the number of bytes that were successfully read).
参数
$countHow many bytes of data from the current position should be returned.
返回值
If there are less than$countbytes available, return as many as are available. If no more data is available, return eitherFALSE
or an empty string.
错误/异常
调用此方法失败将给出E_WARNING
(未实现)。
If the return value is longer then$countanE_WARNING
error will be emitted, and excess data will be lost.
注释
Note:streamWrapper::stream_eof()is called directly after callingstreamWrapper::stream_read()to check ifEOFhas been reached. If not implemented,EOFis assumed.Warning
When reading the whole file (for example,withfile_get_contents()), PHP will callstreamWrapper::stream_read()followed bystreamWrapper::stream_eof()in a loop but as long asstreamWrapper::stream_read()returns a non-empty string, the return value ofstreamWrapper::stream_eof()is ignored.
参见
fread()
读取文件(可安全用于二进制文件)fgets()
从文件指针中读取一行
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!