Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Webmozart
Console
IO
OutputStream
StreamOutputStream
PHP 클래스 Webmozart\Console\IO\OutputStream\StreamOutputStream
부터:
1.0
저자:
Bernhard Schussek (
[email protected]
)
상속:
implements
Webmozart\Console\Api\IO\OutputStream
파일 보기
프로젝트 열기: webmozart/console
공개 메소드들
메소드
설명
__construct
(
resource
$stream
)
Creates the stream.
close
( )
flush
( )
isClosed
( )
supportsAnsi
( )
write
(
$string
)
메소드 상세
__construct()
공개
메소드
Creates the stream.
public
__construct
(
resource
$stream
)
$stream
resource
A stream resource.
close()
공개
메소드
public
close
( )
flush()
공개
메소드
public
flush
( )
isClosed()
공개
메소드
public
isClosed
( )
supportsAnsi()
공개
메소드
public
supportsAnsi
( )
write()
공개
메소드
public
write
(
$string
)