Пример #1
0
 public function phpinfo()
 {
     ob_start();
     phpinfo();
     $debug = ob_get_contents();
     ob_end_clean();
     Debug_This::$no_pre = true;
     return $debug;
 }