Get the current character.
string The current character.
public function current() { return $this->data[$this->char]; }