Home > Backend Development > PHP Tutorial > 如果检测mms链接是否连接成功?该如何处理

如果检测mms链接是否连接成功?该如何处理

WBOY
Release: 2016-06-13 13:28:47
Original
1011 people have browsed it

如果检测mms链接是否连接成功?
例如这样的地址
mms://live.cri.cn/oldies

如果源站有变更 我想检测下这个链接是否还能链接成功

之前用过 get_headers()函数 检测http文件 
可是 这个函数 对于 mms好像不起作用

请问有其他办法可以检测吗?

------解决方案--------------------
get_headers:发送服务器响应HTTP请求
get_headers(字符串url[链接格式])
get_headers()以数组的形式返回服务器HTTP请求。如果执行失败,将返回FALSE和一个错误的水平E_WARNING》。
可选参数设置为1,get_headers()能分析系统的响应速度和集数组中的键。

那个mms是流媒体传输协议吧?!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template