API17:JURI::base
From Joomla! Documentation
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::base
Description
Returns the base URI for the request.
Description:JURI::base [Edit Descripton]
public static function base ($pathonly=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $pathonly | boolean | false | If false, prepend the scheme, host and port information. Default is false. |
- Returns string The base URI string
- Defined on line 182 of libraries/joomla/environment/uri.php
- Since
- Referenced by
See also
-
JURI::base source code on BitBucket
-
Class JURI
-
Subpackage Environment
- Other versions of JURI::base
SeeAlso:JURI::base [Edit See Also]
User contributed notes
<CodeExamplesForm />
