欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

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

程序员文章站 2022-04-28 14:49:39
...
/**
     * Returns the remaining contents in a string
     *
     * @return string
     * @throws \RuntimeException if unable to read or an error occurs while
     *     reading.
     */
    public function getContents();

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

回复内容:

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

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

相关标签: php psr-7