1. 首页
  2. 数据库
  3. 其它
  4. 一个用php实现的获取URL信息的类

一个用php实现的获取URL信息的类

上传者: 2020-12-22 19:24:21上传 PDF文件 28.78KB 热度 10次
获取URL信息的类 使用这个类,你能获得URL的如下信息: – Host – Path – Statuscode (eg. 404,200, ...) – HTTP Version – Server – Content Type – Date – The whole header string of the URL 复制代码 代码如下:<? /** * Class for getting information about URL’s * @author Sven Wagener <[email]sven.wagener@intertribe.de[/email]>
用户评论