|
_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:
| heitml input: | resulting output:
|
| <? _serverdocroot()> | /home/peace |
| <? _serverdocroot("/heitml2.0")> | /home/peace |
This page was dynamically generated by
heitml
© 1996-2009 H.E.I. All Rights Reserved
|