<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>
The remaining contents
here refers to the content after the current 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>
The remaining contents
here refers to the content after the current position?