library ascii-table
Php library with ascii table enum.
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
ascii table
, (*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)
dev-master
9999999-dev
Php library with ascii table enum.
Sources
Download
The Requires
The Development Requires
ascii
1.0.3
1.0.3.0
Php library with ascii table enum.
Sources
Download
The Requires
The Development Requires
ascii
1.0.2
1.0.2.0
Php library with ascii table enum.
Sources
Download
The Requires
The Development Requires
ascii
1.0.1
1.0.1.0
Php library with ascii table enum.
Sources
Download
The Requires
The Development Requires
ascii
1.0.0
1.0.0.0
Php library with ascii table enum.
Sources
Download
The Requires
The Development Requires
ascii