コード例 #1
0
ファイル: IO.php プロジェクト: lyrasoft/lyrasoft.github.io
 /**
  * Close system.
  *
  * @param string $msg Message of close.
  *
  * @return  void
  */
 public function close($msg = '')
 {
     $this->command->out($msg, true);
     exit;
 }