API17:JResponse::setHeader
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 38: | Line 38: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/environment/response.php | + | libraries/joomla/environment/response.php (line 74) |
| + | * see source code in [[jplatform:environment/response.php#cl-74|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JDocumentXML | + | * [[JDocumentXML::render/11.1|JDocumentXML::render]] |
| − | * [[JDocumentJSON | + | * [[JDocumentJSON::render/11.1|JDocumentJSON::render]] |
| − | * [[JDocumentError | + | * [[JDocumentError::render/11.1|JDocumentError::render]] |
| − | * [[JDocument | + | * [[JDocument::render/11.1|JDocument::render]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 21:09, 23 April 2011
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.
JResponse::setHeader
Description
Set a header.
Description:JResponse::setHeader [Edit Descripton]
Synopsis
public static JResponse::setHeader ($name, $value, $replace=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | |||
| $value | |||
| $replace | false |
Returns
Defined in
libraries/joomla/environment/response.php (line 74)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
