library stringstream
Php Stringstream data structure.
ltd-beget/stringstream
Php Stringstream data structure.
- Thursday, August 25, 2016
- by Voksiv
- Repository
- 4 Watchers
- 2 Stars
- 3,551 Installations
- PHP
- 2 Dependents
- 0 Suggesters
- 1 Forks
- 2 Open issues
- 5 Versions
- 4 % Grown
Php StringStream
, (*1)
Php Stringstream data structure., (*2)
Installation
composer require ltd-beget/stringstream
Usage
<?php
use LTDBeget\stringstream\StringStream;
require(__DIR__ . '/vendor/autoload.php');
$stream = new StringStream("Hello, World!");
do {
if($stream->currentAscii()->isWhiteSpace()) {
$stream->ignoreWhitespace();
} else {
echo $stream->current().PHP_EOL;
$stream->next();
}
} while (! $stream->isEnd());
License
released under the MIT License.
See the bundled LICENSE file for details., (*3)
dev-master
9999999-dev
Php Stringstream data structure.
Sources
Download
The Requires
The Development Requires
stream
stringstream
1.0.2
1.0.2.0
Php Stringstream data structure.
Sources
Download
The Requires
The Development Requires
stream
stringstream
1.0.1
1.0.1.0
Php Stringstream data structure.
Sources
Download
The Requires
The Development Requires
stream
stringstream
dev-unicode
dev-unicode
Php Stringstream data structure.
Sources
Download
The Requires
The Development Requires
stream
stringstream
1.0.0
1.0.0.0
Php Stringstream data structure.
Sources
Download
The Requires
The Development Requires
stream
stringstream