Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
StringInputStream.php
function StringInputStream::rewind
Rewind to the start of the string.
File
vendor/
masterminds/
html5/
src/
HTML5/
Parser/
StringInputStream.php
, line 205
Class
StringInputStream
Namespace
Masterminds\HTML5\Parser
Code
public
function
rewind
() {
$this
->
char
=
0
; }
RSS feed