Name
http_physical_path — returns the physical path location of the requested URL
Synopsis
http_physical_path
(
|
) ; |
Description
This function returns the absolute path to the physical path location of current HTTP request
Examples
Example 24.174. Retrieving Current Path of Request
<?vsp http (sprintf ('<p>The physical location is : %s </p>', http_physical_path ())); ?>