Heim >Backend-Entwicklung >PHP-Tutorial >Sollte StreamInterface::getContents() von psr7 den gesamten Inhalt zurückgeben?
<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?
<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?