public function InputStream::remainingChars in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/masterminds/html5/src/HTML5/Parser/InputStream.php \Masterminds\HTML5\Parser\InputStream::remainingChars()
Get all characters until EOF.
This consumes characters until the EOF.
1 method overrides InputStream::remainingChars()
- StringInputStream::remainingChars in vendor/
masterminds/ html5/ src/ HTML5/ Parser/ StringInputStream.php - Get all characters until EOF.
File
- vendor/
masterminds/ html5/ src/ HTML5/ Parser/ InputStream.php, line 39
Class
- InputStream
- Interface for stream readers.
Namespace
Masterminds\HTML5\ParserCode
public function remainingChars();