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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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