PHP獲取MAC位址的具體例項

2022-10-06 12:45:18 字數 531 閱讀 1594

本節分享的php**,主要功能:

獲取機器網絡卡的物理(mac)位址。

**:複製** **如下:

<?php  

/**  

* 獲取機器網絡卡的物理(mac)位址

* 目前支援win/linux系統  

**/ 

class macaddinfo

$temp_array = array (); 

foreach ( $this->return_array as $value )

}  unset ( $temp_array ); 

return $this->mac_addr; 

}  function forwindows()  

}  function forlinux()  

}  //呼叫示例

//$mac = new macaddinfo(php_os);   

//echo $mac->mac_addr;   

?>

本文位址:

php獲取客戶端mac位址的例項分享

php獲取客戶度mac位址的方法,例項分享。獲取客戶端mac位址 edit by www.jbxue.com at 2013 7 8 class macaddr temp array array foreach this returnarray as value unset temp array r...

獲取MAC位址

簡單的辦法是在控制台輸入ping 目標ip,然後用 arp a 來檢視.或者下面的 記下來以備後用 private declare function inet addr function inet addr lib wsock32.dll byval s as string as int32 pri...

獲取ios的MAC位址

include per msqr include include include pragma mark mac return the local mac addy courtesy of freebsd hackers email list accidentally munged during p...