PHP 클래스 Phly\Http\PhpInputStream

상속: extends Stream
파일 보기 프로젝트 열기: phly/http

공개 메소드들

메소드 설명
__construct ( string | resource $stream = 'php://input', string $mode = 'r' )
__toString ( )
getContents ( $maxLength )
isWritable ( )
read ( $length )

메소드 상세

__construct() 공개 메소드

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

__toString() 공개 메소드

public __toString ( )

getContents() 공개 메소드

public getContents ( $maxLength )

isWritable() 공개 메소드

public isWritable ( )

read() 공개 메소드

public read ( $length )