PHP 클래스 PHPDaemon\Applications\FileReaderRequest

상속: extends PHPDaemon\HTTPRequest\Generic
파일 보기 프로젝트 열기: kakserpom/phpdaemon

공개 프로퍼티들

프로퍼티 타입 설명
$indexFile
$job
$stream

공개 메소드들

메소드 설명
autoindex ( $path, $dir )
file ( $path )
fileNotFound ( ) Send header 404 or, if not possible already, response "File not found"
init ( ) : void Constructor.
onAbort ( ) Called when the request aborted.
run ( ) : integer Called when request iterated.

메소드 상세

autoindex() 공개 메소드

public autoindex ( $path, $dir )
$path
$dir

file() 공개 메소드

public file ( $path )
$path

fileNotFound() 공개 메소드

Send header 404 or, if not possible already, response "File not found"
public fileNotFound ( )

init() 공개 메소드

Constructor.
public init ( ) : void
리턴 void

onAbort() 공개 메소드

Called when the request aborted.
public onAbort ( )

run() 공개 메소드

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

프로퍼티 상세

$indexFile 공개적으로 프로퍼티

public $indexFile

$job 공개적으로 프로퍼티

public $job

$stream 공개적으로 프로퍼티

public $stream