PHP 클래스 Zend\Diactoros\PhpInputStream

상속: extends Stream
파일 보기 프로젝트 열기: zendframework/zend-diactoros

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

__toString() 공개 메소드

public __toString ( )

getContents() 공개 메소드

public getContents ( $maxLength )

isWritable() 공개 메소드

public isWritable ( )

read() 공개 메소드

public read ( $length )