网站首页

>>

PHP初级教程手册


函数: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



整理: (www.phpernote.com)

[ 上一页   目录页   下一页 ]

|