|
Previous Page |
Solar_Cli_Help |
Next Page |
_escape()
protected
string
_escape (
string $text
)
Escapes ASCII control codes (0-31, 127) and %-signs.
Inherited from Solar_Controller_Command.
Parameters
- (string)
$text: The text to escape.
Returns
- (string) The escaped text.
Description
Escapes ASCII control codes (0-31, 127) and %-signs.
Note that this will catch newlines and carriage returns as well.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _displayCommandHelp()
- _displayCommandList()
- _err()
- _errln()
- _escape()
- _exception()
- _exec()
- _getOptionSettings()
- _out()
- _outln()
- _postExec()
- _preExec()
- _setup()
- _vt100()
- apiVersion()
- dump()
- exec()
- getInfoHelp()
- getInfoOptions()
- locale()
- setConsoleController()