Class KeepAlive

Summary

Fully Qualified Name: Zend\Http\Header\KeepAlive
Implements: HeaderInterface

Description

Methods

Name Description Defined By
__construct() KeepAlive
fromString() KeepAlive
getFieldName() KeepAlive
getFieldValue() KeepAlive
toString() KeepAlive

Method Details

__construct()

Parameter Name Type Description
$value

Returns: void

fromString()

Parameter Name Type Description
$headerLine

Returns: void

getFieldName()

Returns: void

getFieldValue()

Returns: void

toString()

Returns: void

Top