Commit 1d47479d by 冷斌

init

parent f28b9f19
...@@ -59,7 +59,5 @@ $res = new GetmacAddr(PHP_OS); ...@@ -59,7 +59,5 @@ $res = new GetmacAddr(PHP_OS);
echo $res->macAddr; echo $res->macAddr;
var_dump(PHP_OS, $res->macAddr); var_dump(PHP_OS, $res->macAddr);
exec("/sbin/ifconfig -a", $a, $b); exec("/sbin/ifconfig -a", $a, $b);
var_dump($a, $b); var_dump($a, $b);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment