首页 >后端开发 >php教程 >psr7的StreamInterface::getContents()应该是返回全部内容吗?

psr7的StreamInterface::getContents()应该是返回全部内容吗?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB原创
2016-10-10 11:56:231763浏览

<code>/**
     * Returns the remaining contents in a string
     *
     * @return string
     * @throws \RuntimeException if unable to read or an error occurs while
     *     reading.
     */
    public function getContents();</code>

这里的 remaining contents 指的是不是当前位置之后的内容?

回复内容:

<code>/**
     * Returns the remaining contents in a string
     *
     * @return string
     * @throws \RuntimeException if unable to read or an error occurs while
     *     reading.
     */
    public function getContents();</code>

这里的 remaining contents 指的是不是当前位置之后的内容?

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn