<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
指的是不是目前位置之後的內容?