Searched refs:data_string_position (Results 1 – 1 of 1) sorted by relevance
1948 protected $data_string_position = 0; variable in getid3_handler2027 return $this->data_string_position;2041 $this->data_string_position += $bytes;2042 return substr($this->data_string, $this->data_string_position - $bytes, $bytes);2083 $this->data_string_position = $bytes;2087 $this->data_string_position += $bytes;2091 $this->data_string_position = $this->data_string_length + $bytes;2120 $thischar = substr($this->data_string, $this->data_string_position++, 1);2123 $this->data_string_position--;2130 if ($this->data_string_position >= $this->data_string_length) {[all …]