PHP 클래스 PHPDaemon\Applications\CGIRequest

저자: Vasily Zorin ([email protected])
상속: extends PHPDaemon\HTTPRequest\Generic
파일 보기 프로젝트 열기: kakserpom/phpdaemon

공개 프로퍼티들

프로퍼티 타입 설명
$proc PHPDaemon\Core\ShellCommand
$terminateOnAbort boolean

공개 메소드들

메소드 설명
init ( ) : void Constructor.
onAbort ( ) : void Called when the request aborted.
onReadData ( object $process, string $data ) : void Called when new data received from process.
onWrite ( ShellCommand $process ) : void Called when the request aborted.
run ( ) : void Called when request iterated.
stdin ( string $c ) : void Called when new piece of request's body is received.

메소드 상세

init() 공개 메소드

Constructor.
public init ( ) : void
리턴 void

onAbort() 공개 메소드

Called when the request aborted.
public onAbort ( ) : void
리턴 void

onReadData() 공개 메소드

Called when new data received from process.
public onReadData ( object $process, string $data ) : void
$process object Process pointer.
$data string Data.
리턴 void

onWrite() 공개 메소드

Called when the request aborted.
public onWrite ( ShellCommand $process ) : void
$process PHPDaemon\Core\ShellCommand
리턴 void

run() 공개 메소드

Called when request iterated.
public run ( ) : void
리턴 void

stdin() 공개 메소드

Called when new piece of request's body is received.
public stdin ( string $c ) : void
$c string Piece of request's body.
리턴 void

프로퍼티 상세

$proc 공개적으로 프로퍼티

public ShellCommand,PHPDaemon\Core $proc
리턴 PHPDaemon\Core\ShellCommand

$terminateOnAbort 공개적으로 프로퍼티

public bool $terminateOnAbort
리턴 boolean