<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
指的是不是当前位置之后的内容?
本文来*源gaodai^.ma#com搞#代!码网
搞gaodaima代码
回复内容:
<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
指的是不是当前位置之后的内容?