API17:JURI::base
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (→User contributed notes: re-categorisation) |
||
| Line 56: | Line 56: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:JURI | + | <noinclude>[[Category:JURI]]</noinclude> |
Revision as of 12:47, 9 August 2012
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 />
