Heim >Backend-Entwicklung >PHP-Tutorial >Sollte StreamInterface::getContents() von psr7 den gesamten Inhalt zurückgeben?

Sollte StreamInterface::getContents() von psr7 den gesamten Inhalt zurückgeben?

WBOY
WBOYOriginal
2016-10-10 11:56:231761Durchsuche

<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>

Bezieht sich remaining contents hier auf den Inhalt nach der aktuellen Position?

Antwortinhalt:

<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>

Bezieht sich remaining contents hier auf den Inhalt nach der aktuellen Position?

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn