API17:JURI::root
From Joomla! Documentation
Revision as of 13:01, 9 August 2012 by JoomlaWikiBot (Talk | contribs)
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JURI::root
Description
Returns the root URI for the request.
Description:JURI::root [Edit Descripton]
public static function root ( $pathonly=false $path=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $pathonly | boolean | false | If false, prepend the scheme, host and port information. Default is false.. |
| $path | null |
- Returns string The root URI string.
- Defined on line 234 of libraries/joomla/environment/uri.php
- Since
- Referenced by
See also
-
JURI::root source code on BitBucket
-
Class JURI
-
Subpackage Environment
- Other versions of JURI::root
SeeAlso:JURI::root [Edit See Also]
User contributed notes
<CodeExamplesForm />
