Ejemplo n.º 1
0
 /**
  * Устанавливает порт
  *
  * @param $iPort
  */
 public static function SetPort($iPort)
 {
     self::$iHttpPort = $iPort;
 }