Home >php教程 >php手册 >php怎么获取mac地址?

php怎么获取mac地址?

WBOY
WBOYOriginal
2016-06-07 11:39:481348browse

如何用php获取mac地址呢?大家知道mac地址是电脑在全球范围的唯一标识,所以这个就非常实用,比如说要做一个投票功能,那mac地址是必不可少的,如果单纯的靠ip地址来判断这个肯定是不准确的,水分太大了,ip基本都是动态的,随随便便就可以刷票了,所以这个时候就得靠mac地址来完成这个功能,那如果在php中如何去获取电脑的mac地址呢?看下面代码:
$mac = new GetMacAddr(PHP_OS); <br> echo $mac->mac_addr;GetMacAddr类可在原文中拿出来直接用
代码地址:http://www.bieanju.com/138.html

AD:真正免费,域名+虚机+企业邮箱=0元

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn