说明
object 
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 | 
    注: 
      apache_lookup_uri() 只能运行于 PHP 的 apache 模块方式。