函式:apache_lookup_uri()


apache_lookup_uri

获得所有的 URI 相关资讯。

语法: class apache_lookup_uri(string filename);

传回值: 类别

函式种类: PHP 系统功能

内容说明

这个函式将 URI 的相关讯息传回到类别变数中。传回的类别变数包括下列的属性:

  • status
  • the_request
  • status_line
  • method
  • content_type
  • handler
  • uri
  • filename
  • path_info
  • args
  • boundary
  • no_cache
  • no_local_copy
  • allowed
  • send_bodyct
  • bytes_sent
  • byterange
  • clength
  • unparsed_uri
  • mtime
  • request_time


[ 上一页 下一页 ]