CResponse::exit

The CResponse::exit function causes the server to stop processing a script and return.

void exit();


Return Type

None.


Parameters

None.


Remarks

This function will causes the server to stop processing a script and return the current response. When this function is called, the remaining contents of the file are not processed, and the buffer are flushed if the Buffering is true.


See Also

CResponse, CResponse::getBuffer, CResponse::setBuffer, CResponse::flush

Example