API17

Difference between revisions of "JResponse::toString"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Updated to r1448:247ba8d88526)
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JResponse::toString|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JResponse::toString|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JResponse::toString ($compress=false)
+
public static function toString ($compress=false)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' string
string
+
* '''Defined''' on line 210 of libraries/joomla/environment/response.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/environment/response.php
+
* '''Referenced by'''
===Referenced by===
+
** [[JApplication::__toString/11.1|JApplication::__toString]]
* [[JApplication/__toString/11.1|JApplication::__toString]]
+
** [[JError::customErrorPage/11.1|JError::customErrorPage]]
* [[JError/customErrorPage/11.1|JError::customErrorPage]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JResponse::toString source code''' on [[jplatform:environment/response.php#cl-202|BitBucket]]
 +
* {{JVer|11.1}} Class [[JResponse/11.1|JResponse]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]]
 +
* [[JResponse::toString|Other versions of JResponse::toString]]
 +
{{SeeAlso:JResponse::toString}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JResponse::toString|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JResponse::toString|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JResponse/11.1|JResponse]]
+
===User contributed notes===
* [[JResponse::toString|Other versions of this method]]
 
{{SeeAlso:JResponse::toString}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 49: Line 47:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JResponse]][[Category:JResponse::toString]]</noinclude>
 
<noinclude>[[Category:JResponse]][[Category:JResponse::toString]]</noinclude>

Revision as of 21:33, 27 April 2011

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 JResponse::toString[edit]

Description[edit]

Sends all headers prior to returning the string.

Template:Description:JResponse::toString [Edit Descripton]

public static function toString ($compress=false)
Parameter Type Default Description
$compress boolean false If true, compress the data

See also[edit]

Template:SeeAlso:JResponse::toString [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />