PHP Class Phly\Http\HeaderStack

Afficher le fichier Open project: phly/http Class Usage Examples

Méthodes publiques

Méthode Description
push ( string $header ) Push a header on the stack
reset ( ) Reset state
stack ( ) : array Return the current header stack

Method Details

push() public static méthode

Push a header on the stack
public static push ( string $header )
$header string

reset() public static méthode

Reset state
public static reset ( )

stack() public static méthode

Return the current header stack
public static stack ( ) : array
Résultat array