From 20705a550df5b13a544dc0865c6aef16e64c99d9 Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Wed, 18 Jun 2014 10:11:11 +0200 Subject: + First commit (version 2.0) --- libs/cpu.php | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 libs/cpu.php (limited to 'libs/cpu.php') diff --git a/libs/cpu.php b/libs/cpu.php new file mode 100644 index 0000000..e2743f9 --- /dev/null +++ b/libs/cpu.php @@ -0,0 +1,65 @@ + $model, + 'num_cores' => $num_cores, + 'frequency' => $frequency, + 'cache' => $cache, + 'bogomips' => $bogomips, +); + +echo json_encode($datas); \ No newline at end of file -- cgit v1.3