API15:JURI/getHost
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.
Contents |
Description
Get URI host returns the hostname/ip, or null if no hostname/ip was specified
Syntax
getHost()
Returns
string The URI host
Defined in
libraries/joomla/environment/uri.php
Importing
jimport( 'joomla.environment.uri' );
Source Body
function getHost() { return $this->_host; }
[Edit See Also] SeeAlso:JURI/getHost
Examples
<CodeExamplesForm />
