Esempio n. 1
0
 public static function Get($error = null)
 {
     $command = 'net helpmsg ';
     $command .= (string) intval($error, 10);
     cmd::exec($command);
     return cmd::$output;
 }