PHP 클래스 yii\base\Response

For more details and usage information on Response, see the guide article on responses.
부터: 2.0
저자: Qiang Xue ([email protected])
상속: extends Component
파일 보기 프로젝트 열기: yiisoft/yii2

공개 프로퍼티들

프로퍼티 타입 설명
$exitStatus the exit status. Exit statuses should be in the range 0 to 254. The status 0 means the program terminates successfully.

공개 메소드들

메소드 설명
clearOutputBuffers ( ) Removes all existing output buffers.
send ( ) Sends the response to client.

메소드 상세

clearOutputBuffers() 공개 메소드

Removes all existing output buffers.
public clearOutputBuffers ( )

send() 공개 메소드

Sends the response to client.
public send ( )

프로퍼티 상세

$exitStatus 공개적으로 프로퍼티

the exit status. Exit statuses should be in the range 0 to 254. The status 0 means the program terminates successfully.
public $exitStatus