PHP Class Protocol\FCGI\Record\Params

Inheritance: extends Protocol\FCGI\Record
Afficher le fichier Open project: lisachenko/protocol-fcgi Class Usage Examples

Protected Properties

Свойство Type Description
$values array List of params

Méthodes publiques

Méthode Description
__construct ( array $values = [] ) Constructs a param request
getValues ( ) : array Returns an associative list of parameters

Méthodes protégées

Méthode Description
packPayload ( ) : string Implementation of packing the payload
unpackPayload ( Record $self, string $data ) : Record Method to unpack the payload for the record

Method Details

__construct() public méthode

Constructs a param request
public __construct ( array $values = [] )
$values array

getValues() public méthode

Returns an associative list of parameters
public getValues ( ) : array
Résultat array

packPayload() protected méthode

Implementation of packing the payload
protected packPayload ( ) : string
Résultat string

unpackPayload() protected static méthode

Method to unpack the payload for the record
protected static unpackPayload ( Record $self, string $data ) : Record
$self Protocol\FCGI\Record Instance of current frame
$data string Binary data
Résultat Protocol\FCGI\Record

Property Details

$values protected_oe property

List of params
protected array $values
Résultat array