时间:2021-07-01 10:21:17 帮助过:52人阅读
/**
* Returns the remaining contents in a string
*
* @return string
* @throws \RuntimeException if unable to read or an error occurs while
* reading.
*/
public function getContents();
这里的 remaining contents
指的是不是当前位置之后的内容?
/**
* Returns the remaining contents in a string
*
* @return string
* @throws \RuntimeException if unable to read or an error occurs while
* reading.
*/
public function getContents();
这里的 remaining contents
指的是不是当前位置之后的内容?