您好,欢迎来到思海网络,我们将竭诚为您提供优质的服务! 诚征网络推广 | 网站备案 | 帮助中心 | 软件下载 | 购买流程 | 付款方式 | 联系我们 [ 会员登录/注册 ]
促销推广
客服中心
业务咨询
有事点击这里…  531199185
有事点击这里…  61352289
点击这里给我发消息  81721488
有事点击这里…  376585780
有事点击这里…  872642803
有事点击这里…  459248018
有事点击这里…  61352288
有事点击这里…  380791050
技术支持
有事点击这里…  714236853
有事点击这里…  719304487
有事点击这里…  1208894568
有事点击这里…  61352289
在线客服
有事点击这里…  531199185
有事点击这里…  61352288
有事点击这里…  983054746
有事点击这里…  893984210
当前位置:首页 >> 技术文章 >> 文章浏览
技术文章

PHP获取网卡MAC地址

添加时间:2014-12-19 21:03:47  添加: 思海网络 

  1. PHP获取服务器的网卡MAC地址:
  2. <?php    

  1. /**    
  2. 获取网卡的MAC地址原码;目前支持WIN/LINUX系统    
  3. 获取机器网卡的物理(MAC)地址    
  4. **/    
  5.       
  6. class GetMacAddr{    
  7.       
  8.         var $return_array = array(); // 返回带有MAC地址的字串数组    
  9.         var $mac_addr;    
  10.       
  11.         function GetMacAddr($os_type){    
  12.              switch ( strtolower($os_type) ){    
  13.                       case "linux":    
  14.                                 $this->forLinux();    
  15.                                 break;    
  16.                       case "solaris":    
  17.                                 break;    
  18.                       case "unix":    
  19.                                  break;    
  20.                        case "aix":    
  21.                                  break;    
  22.                        default:    
  23.                                  $this->forWindows();    
  24.                                  break;    
  25.        
  26.               }    
  27.        
  28.                   
  29.               $temp_array = array();    
  30.               foreach ( $this->return_array as $value ){    
  31.        
  32.                         if (    
  33. preg_match("/[0-9a-f][0-9a-f][:-]"."[0-9a-f][0-9a-f][:-]"."[0-9a-f][0-9a-f][:-]"."[0-9a-f][0-9a-f][:-]"."[0-9a-f][0-9a-f][:-]"."[0-9a-f][0-9a-f]/i",$value,    
  34. $temp_array ) ){    
  35.                                  $this->mac_addr = $temp_array[0];    
  36.                                  break;    
  37.                        }    
  38.        
  39.               }    
  40.               unset($temp_array);    
  41.               return $this->mac_addr;    
  42.          }    
  43.        
  44.        
  45.          function forWindows(){    
  46.               @exec("ipconfig /all", $this->return_array);    
  47.               if ( $this->return_array )    
  48.                        return $this->return_array;    
  49.               else{    
  50.                        $ipconfig = $_SERVER["WINDIR"]."\system32\ipconfig.exe";    
  51.                        if ( is_file($ipconfig) )    
  52.                           @exec($ipconfig." /all", $this->return_array);    
  53.                        else    
  54.                           @exec($_SERVER["WINDIR"]."\system\ipconfig.exe /all", $this->return_array);    
  55.                        return $this->return_array;    
  56.               }    
  57.          }    
  58.        
  59.        
  60.        
  61.          function forLinux(){    
  62.               @exec("ifconfig -a", $this->return_array);    
  63.               return $this->return_array;    
  64.          }    
  65.        
  66. }    
  67. //方法使用    
  68. //$mac = new GetMacAddr(PHP_OS);    
  69. //echo $mac->mac_addr;    
  70. ?>   
  71. 关键字:PHP、网卡、MAC地址
分享到:

顶部 】 【 关闭
版权所有:佛山思海电脑网络有限公司 ©1998-2024 All Rights Reserved.
联系电话:(0757)22630313、22633833
中华人民共和国增值电信业务经营许可证: 粤B1.B2-20030321 备案号:粤B2-20030321-1
网站公安备案编号:44060602000007 交互式栏目专项备案编号:200303DD003  
察察 工商 网安 举报有奖  警警  手机打开网站