August 2000
Intermediate to advanced
800 pages
13h 15m
English
The functions in this section are available only when PHP is compiled as a module for the Apache Web server.
The apache_lookup_uri function evaluates a URI, or Universal Resource Identifier, and returns an object containing properties describing the URI. This function is a wrapper for a function that's part of the Apache Web Server's API: sub_req_lookup_uri. Consequently, you must be running PHP as an Apache module in order to use this function. The exact meaning of most of the returned object's properties is beyond this text. They mirror the properties of Apache's request_rec structure. The sub_req_lookup_uri function is contained in Apache's http_request.c source file, and the comments there may satisfy ...
Read now
Unlock full access