827. Class

827.1. Zend\Http\Header\AcceptCharset

Accept Charset Header

827.1.1. Methods

827.1.1.1. getFieldName

getFieldName()

Get field name

Return type:string

827.1.1.2. toString

toString()

Cast to string

Return type:string

827.1.1.3. addCharset

addCharset()

Add a charset, with the given priority

Parameters:
  • string
  • int|float
Return type:

Accept

827.1.1.4. hasCharset

hasCharset()

Does the header have the requested charset?

Parameters:string
Return type:bool

827.1.1.5. parseFieldValuePart

parseFieldValuePart()

Parse the keys contained in the header line

Parameters:string
Return type:ZendHttpHeaderAcceptFieldValuePartCharsetFieldValuePart
See :

Project Versions

Table Of Contents

Previous topic

826. Class

Next topic

828. Class

This Page