update : 2015.11.03
php.shukuma.com검색:
|
EventHttpRequest::sendError(PECL event >= 1.4.0-beta) EventHttpRequest::sendError — Send an HTML error message to the client 설명
public
void
EventHttpRequest::sendError
(
int
$error
[,
string
$reason
= NULL
] )Send an HTML error message to the client. 인수
반환값값을 반환하지 않습니다. 예제Example #1 EventHttpRequest::sendError() example
<?php 참고
|