php 获得计算机的唯一标识[cpu,网卡 mac地址]
//获取电脑的cpu信息 function onlyu(){  $a = '';  $b = array();  if(function_exists('exec')){  if(mailto:!@exec( /all,$b)){  return false;  }  }elseif(function_exists('system')){  ob_start();  if(mailto:!@system( /all)){  return false;  }else{  }  $b = ob_get_contents();  ob_end_clean();  $b = explode(\n,$b);//print_r($b);  array_pop($b);  }else{  return false;  }  $all = sizeof($b);  for($i = 0; $i
   
 
   