828. Class

828.1. Zend\Http\Header\AcceptEncoding

Accept Encoding Header

828.1.1. Methods

828.1.1.1. getFieldName

getFieldName()

Get field name

Return type:string

828.1.1.2. toString

toString()

Cast to string

Return type:string

828.1.1.3. addEncoding

addEncoding()

Add an encoding, with the given priority

Parameters:
  • string
  • int|float
Return type:

Accept

828.1.1.4. hasEncoding

hasEncoding()

Does the header have the requested encoding?

Parameters:string
Return type:bool

828.1.1.5. parseFieldValuePart

parseFieldValuePart()

Parse the keys contained in the header line

Parameters:string
Return type:ZendHttpHeaderAcceptFieldValuePartEncodingFieldValuePart
See :

Project Versions

Table Of Contents

Previous topic

827. Class

Next topic

829. Class

This Page