API17

Difference between revisions of "JURI::setHost"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(7 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Set URI host.  
 
Set URI host.  
  
{{Description:JURI::setHost}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JURI::setHost|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JURI->setHost ($host)
+
public function setHost ($host)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 22:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 581 of libraries/joomla/environment/uri.php
 +
* '''Since''' {{JVer|11.1 }}
 +
===See also===
 +
* {{JVer|11.1}} '''JURI::setHost source code''' on [[jplatform:environment/uri.php#cl-573|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JURI|JURI]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
 +
* [[API17:JURI::setHost|Other versions of JURI::setHost]]
  
===Defined in===
+
 
libraries/joomla/environment/uri.php
+
===User contributed notes===
===Referenced by===
+
=== Code Examples ===
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JURI::setHost|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JURI/11.1|JURI]]
 
* [[JURI::setHost|Other versions of this method]]
 
{{SeeAlso:JURI::setHost}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JURI::setHost
 
category=JURI::setHost
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JURI]][[Category:JURI::setHost]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:53, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JURI::setHost[edit]

Description[edit]

Set URI host.


public function setHost ($host)
Parameter Type Default Description
$host string The URI host.
  • Returns
  • Defined on line 581 of libraries/joomla/environment/uri.php
  • Since Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]