PHP 클래스 think\process\pipes\Windows

상속: extends think\process\pipes\Pipes
파일 보기 프로젝트 열기: top-think/framework 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $disableOutput, $input )
__destruct ( )
areOpen ( )
close ( )
create ( Process $process, $input ) : self 创建一个新的 WindowsPipes 实例。
getDescriptors ( )
getFiles ( )
readAndWrite ( $blocking, $close = false )

비공개 메소드들

메소드 설명
removeFiles ( ) 删除临时文件
write ( boolean $blocking, boolean $close ) 写入到 stdin 输入

메소드 상세

__construct() 공개 메소드

public __construct ( $disableOutput, $input )

__destruct() 공개 메소드

public __destruct ( )

areOpen() 공개 메소드

public areOpen ( )

close() 공개 메소드

public close ( )

create() 공개 정적인 메소드

创建一个新的 WindowsPipes 实例。
public static create ( Process $process, $input ) : self
$process think\Process
$input
리턴 self

getDescriptors() 공개 메소드

public getDescriptors ( )

getFiles() 공개 메소드

public getFiles ( )

readAndWrite() 공개 메소드

public readAndWrite ( $blocking, $close = false )