메소드 | 설명 | |
---|---|---|
__construct ( string | resource | Psr\Http\Message\StreamInterface $value ) | ||
__toString ( ) : string | Format the value as a string. | |
formatAsString ( ) : string | Format the value as a string. | |
get ( ) : Psr\Http\Message\StreamInterface | Get the bytes as a stream. | |
type ( ) : string | Get the type. |
public __construct ( string | resource | Psr\Http\Message\StreamInterface $value ) | ||
$value | string | resource | Psr\Http\Message\StreamInterface | The bytes value. |
public get ( ) : Psr\Http\Message\StreamInterface | ||
리턴 | Psr\Http\Message\StreamInterface |