2017 © Pedro Peláez
 

library stringstream

Php Stringstream data structure.

image

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

The README.md

Php StringStream

Latest Stable Version Total Downloads Scrutinizer Code Quality License MIT, (*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)

The Versions

25/08 2016

dev-master

9999999-dev

Php Stringstream data structure.

  Sources   Download

The Requires

 

The Development Requires

stream stringstream

25/08 2016

1.0.2

1.0.2.0

Php Stringstream data structure.

  Sources   Download

The Requires

 

The Development Requires

stream stringstream

25/03 2016

1.0.1

1.0.1.0

Php Stringstream data structure.

  Sources   Download

The Requires

 

The Development Requires

stream stringstream

24/03 2016

dev-unicode

dev-unicode

Php Stringstream data structure.

  Sources   Download

The Requires

 

The Development Requires

stream stringstream

18/03 2016

1.0.0

1.0.0.0

Php Stringstream data structure.

  Sources   Download

The Requires

 

The Development Requires

stream stringstream