2017 © Pedro Peláez
 

library ascii-table

Php library with ascii table enum.

image

ltd-beget/ascii-table

Php library with ascii table enum.

  • Friday, March 25, 2016
  • by Voksiv
  • Repository
  • 6 Watchers
  • 2 Stars
  • 3,539 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

ascii table

Latest Stable Version Total Downloads Scrutinizer Code Quality License MIT, (*1)

Php library with ascii table enum., (*2)

Installation

composer require ltd-beget/ascii-table

Usage


<?php require(__DIR__ . '/vendor/autoload.php'); use LTDBeget\ascii\AsciiChar; $backspace = AsciiChar::BACKSPACE(); $backspace->getName(); $backspace->getValue(); $backspace->is(AsciiChar::BACKSPACE); $backspace->isControlChar(); $backspace->isHorizontalSpace(); $backspace->isVerticalSpace(); $backspace->isWhiteSpace(); $backspace->isPrintableChar(); $backspace->isLetter(); $backspace->isDigit(); $backspace->isExtended();

License

released under the MIT License. See the bundled LICENSE file for details., (*3)

The Versions

25/03 2016

dev-master

9999999-dev

Php library with ascii table enum.

  Sources   Download

The Requires

 

The Development Requires

ascii

25/03 2016

1.0.3

1.0.3.0

Php library with ascii table enum.

  Sources   Download

The Requires

 

The Development Requires

ascii

18/03 2016

1.0.2

1.0.2.0

Php library with ascii table enum.

  Sources   Download

The Requires

 

The Development Requires

ascii

18/03 2016

1.0.1

1.0.1.0

Php library with ascii table enum.

  Sources   Download

The Requires

 

The Development Requires

ascii

18/03 2016

1.0.0

1.0.0.0

Php library with ascii table enum.

  Sources   Download

The Requires

 

The Development Requires

ascii