コード例 #1
0
 public static function disable($force = true)
 {
     self::$_enabled = $force === true ? false : null;
 }
コード例 #2
0
ファイル: Colors.php プロジェクト: foo123/php-cli-tools
 /**
  * Clear the string cache.
  */
 public static function clearStringCache()
 {
     self::$_string_cache = array();
 }