PHP Class Phly\Http\PhpInputStream

Inheritance: extends Stream
Afficher le fichier Open project: phly/http

Méthodes publiques

Méthode Description
__construct ( string | resource $stream = 'php://input', string $mode = 'r' )
__toString ( )
getContents ( $maxLength )
isWritable ( )
read ( $length )

Method Details

__construct() public méthode

public __construct ( string | resource $stream = 'php://input', string $mode = 'r' )
$stream string | resource
$mode string

__toString() public méthode

public __toString ( )

getContents() public méthode

public getContents ( $maxLength )

isWritable() public méthode

public isWritable ( )

read() public méthode

public read ( $length )