示例#1
0
 /**
  */
 public function peek($length = 1)
 {
     return $this->_string ? $this->_string->peek($length) : parent::peek($length);
 }