|
http_response_code(Информация о версии неизвестна, возможно, только в SVN) http_response_code — Get or Set the HTTP response code Описание
int http_response_code
([ int $response_code
] )
If you pass no parameters then http_response_code will get the current status code. If you pass a parameter it will set the response code. Список параметров
Возвращаемые значенияThe current response code. By default the return value is int(200). Примеры
Пример #1 Examples using headers_list()
<?php Результат выполнения данного примера: Смотрите также
|
|