Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
InputStream.php
function InputStream::peek
Retrieve the next character without advancing the pointer.
1 method overrides
InputStream::peek()
StringInputStream::peek
in vendor/
masterminds/
html5/
src/
HTML5/
Parser/
StringInputStream.php
Look ahead without moving cursor.
File
vendor/
masterminds/
html5/
src/
HTML5/
Parser/
InputStream.php
, line 86
Class
InputStream
Interface for stream readers.
Namespace
Masterminds\HTML5\Parser
Code
public
function
peek
();
RSS feed