You are here

public function StringInputStream::next in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php \Masterminds\HTML5\Parser\StringInputStream::next()

Advance the pointer. This is part of the Iterator interface.

File

vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php, line 189

Class

StringInputStream

Namespace

Masterminds\HTML5\Parser

Code

public function next() {
  $this->char++;
}