PHP 클래스 xajaxCometResponse

상속: extends xajaxResponse
파일 보기 프로젝트 열기: xajax/xajax

공개 프로퍼티들

프로퍼티 타입 설명
$bHeaderSent
$fTimeOut

공개 메소드들

메소드 설명
flush ( ) * Function: flush
flush_HTML5DRAFT ( ) * Function: flush_HTML5DRAFT
flush_XHR ( ) * Function: flush_XHR
flush_activeX ( ) * Function: flush_activeX
printOutput ( ) * Function: printOutput
sleep ( $seconds ) * Function: sleep
xajaxCometResponse ( $fTimeOut = false ) * Function: xajaxCometResponse

메소드 상세

flush() 공개 메소드

Determines which browser is wating for a response and calls the according flush function.
public flush ( )

flush_HTML5DRAFT() 공개 메소드

Flushes the command queue for HTML5DRAFT browsers.
public flush_HTML5DRAFT ( )

flush_XHR() 공개 메소드

Flushes the command queue for comet browsers.
public flush_XHR ( )

flush_activeX() 공개 메소드

Flushes the command queue for ActiveX browsers.
public flush_activeX ( )

printOutput() 공개 메소드

override the original printOutput function. It's no longer needed since the output is already sent.
public printOutput ( )

sleep() 공개 메소드

Very accurate sleep function.
public sleep ( $seconds )

xajaxCometResponse() 공개 메소드

calls parent function xajaxResponse();
public xajaxCometResponse ( $fTimeOut = false )

프로퍼티 상세

$bHeaderSent 공개적으로 프로퍼티

public $bHeaderSent

$fTimeOut 공개적으로 프로퍼티

public $fTimeOut