<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
는 현재 위치 이후의 내용을 말하는 건가요?