|
_serverdocroot
| Format:
_serverdocroot ( [ URL ] ) |
Purpose:
Returns the physical path for the local URL.
The URL parameter must be a string.
If URL is not given it defaults to "/".
Return Values:
Returns a string denoting the physical path for the local URL.
For the heitml CGI version, this function always returns null.
For the heitml Apache version, the URL parameter is ignored.
|
Note:
This is an heitml internal function.
|
Example:
| input: | resulting output:
|
<? _serverdocroot()> | /home/radpage/docroot |
<? _serverdocroot("/heitml2.1")> | /home/radpage/docroot |
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
© 1996-2012 H.E.I. All Rights Reserved.
|