找出用户的互联网连接

时间:2014-05-24 10:34:39

标签: javascript php performance internet-connection

我想知道用户有什么互联网连接。这些信息将在我的PHP脚本中使用。逻辑如下

if $connection <= 1mbps then 
//do something 
elseif $connection >=2mbps then 
//do another thing
fi 

希望您明白这一点,并帮助我找到一种准确确定用户互联网连接的方法

谢谢大家

1 个答案:

答案 0 :(得分:0)

这可能不完全是您正在寻找的(阅读粗体部分),但我怀疑是否还有其他可能。

此脚本向您的客户端发送512 KB的HTML注释。解析HTML可能会增加总传输时间,所以不要将其作为原始下载速度。

引用自:PHP速度测试

来源在这里:

http://jan.moesen.nu/code/php/speedtest/index.php?source=1

希望有所帮助。