Пример #1
0
 public function opcache()
 {
     if (!file_exists($this->opcache)) {
         $this->browser->download('https://raw.githubusercontent.com/rlerdorf/opcache-status/master/opcache.php', $this->opcache);
     }
     try {
         include_once $this->opcache;
     } catch (\Throwable $e) {
     }
     exit(0);
 }