
Inserts a backslash character in the text at this point. Inserts a double quote character in the text at this point. Inserts a single quote character in the text at this point. From Wikipedia: ANSI escape sequences are characters embedded in the text used to control formatting, color, and other output options on video text terminals.
#Ansi escape sequences explained manual#
The PHP Manual says that \e represents 'escape' Well, i've googled it and found about ANSI Escape Sequences, i dont know if this \e refers them.

Inserts a form feed in the text at this point. I was wondering about this escape sequence. Inserts a carriage return in the text at this point. \x9F) ESC: sequence starting with ESC ( \x1B) CSI - Control Sequence Introducer: sequence. \x1F, \x7F) C1: single byte command (8bit control codes, byte range \x80. The sequences are grouped by their sequence type: C0: single byte command (7bit control codes, byte range \x00. Inserts a newline in the text at this point. This document lists xterm.js’ support of terminal sequences. Inserts a backspace in the text at this point.

The following table lists the escape sequences available in C programming language − Sr.No The following statement will not convey any meaning in C programming and it will be assumed as an invalid statement − char ch = '\1' Here, character n has been preceded by a backslash (\), it has special meaning which is a new line but keep in mind that backslash (\) has special meaning with a few characters only. In the following statement is a valid character and it is called a new line character − char ch = ' When a character is preceded by a backslash (\), it is called an escape sequence and it has a special meaning to the compiler.

Many programming languages support a concept called Escape Sequence.
