Previous Page
_setup()

Solar_Controller_Command
_vt100()

Next Page
apiVersion()

_vt100()

protected string _vt100 ( string $text, mixed $num, array $replace )

Frontend to locale() that replaces style-format codes for VT100 shell output.

Parameters

  • (string) $text: The text to print to STDERR, usually a translation key.
  • (mixed) $num: Helps determine whether to get a singular or plural translation.
  • (array) $replace: An array of replacement values for the string.

Returns

  • (string) The localized string with VT100 shell codes.

Description

Frontend to locale() that replaces style-format codes for VT100 shell output.