Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StringInputStream.php

function StringInputStream::next

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

File

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

Class

StringInputStream

Namespace

Masterminds\HTML5\Parser

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal