PHP Interface Swift_StreamFilter, Halite

Author: Chris Corbyn
Afficher le fichier Open project: HaliteChallenge/Halite Interface Usage Examples

Méthodes publiques

Méthode Description
filter ( mixed $buffer ) : mixed Filters $buffer and returns the changes.
shouldBuffer ( mixed $buffer ) : boolean Based on the buffer given, this returns true if more buffering is needed.

Method Details

filter() public méthode

Filters $buffer and returns the changes.
public filter ( mixed $buffer ) : mixed
$buffer mixed
Résultat mixed

shouldBuffer() public méthode

Based on the buffer given, this returns true if more buffering is needed.
public shouldBuffer ( mixed $buffer ) : boolean
$buffer mixed
Résultat boolean