예제 #1
0
 /**
  * Toggle SS2 checking. Usualy you don't need to use this method, because
  * by default first SS2 support are checked and if it doesn't work,
  * fallback to SS1.
  *
  * Use this method if your server supports SS2, but you want to use SS1.
  *
  * @deprecated
  */
 public static function toggleSS2($value)
 {
     self::$SS2 = (bool) $value;
 }