Parsed: 112125

  protected function ftell() {
    if ($this->data_string_flag) {
      return $this->data_string_position;
    }
    return ftell($this->getid3->fp);
  }