API17

JResponse::clientEncoding: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Check, whether client supports compressed data.  
Check, whether client supports compressed data.  


{{subst:Description:JResponse::clientEncoding}}
 


<source lang="php">
<source lang="php">
Line 17: Line 17:
* {{JVer|11.1}} Subpackage [[API17:Subpackage Environment|Environment]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Environment|Environment]]
* [[API17:JResponse::clientEncoding|Other versions of JResponse::clientEncoding]]
* [[API17:JResponse::clientEncoding|Other versions of JResponse::clientEncoding]]
{{subst:SeeAlso:JResponse::clientEncoding}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JResponse::clientEncoding
category=JResponse::clientEncoding
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:36, 25 March 2017

Joomla 11.1 JResponse::clientEncoding

Description

Check, whether client supports compressed data.


protected static function clientEncoding ()
  • Returns boolean
  • Defined on line 289 of libraries/joomla/environment/response.php
  • Since Joomla 11.1 Replaces _clientEncoding method from 11.1

See also


User contributed notes

Code Examples