apache_lookup_uri函数使用方法

(PHP3 >= 3.0.4 , PHP4)

apache_lookup_uri:执行URI的部分请求并且传回所有资讯

语法:class apache_lookup_uri(string filename)

说明:

    执行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


你可能感兴趣的:(函数)