|
EventHttpRequest::sendErrorSend an HTML error message to the client Description
public
void
EventHttpRequest::sendError
(
int
$error
[,
string
$reason
= NULL
] )Send an HTML error message to the client. Parameters
Return ValuesNo value is returned. ExamplesExample #1 EventHttpRequest::sendError example
<?php See Also
|