ANSI.php
Pure-PHP ANSI Decoder
PHP version 5
If you call read() in \phpseclib3\Net\SSH2 you may get ANSI escape codes back. They'd look like chr(0x1B) . '[00m' or whatever (0x1B = ESC). They tell a terminal emulator how to format the characters, what color to display them in, etc. \phpseclib3\File\ANSI is a VT100 terminal emulator.
Tags
Table of Contents
Classes
- ANSI
- Pure-PHP ANSI Decoder