CResponse::end

The CResponse::end function ends the standard output. It is for Ch-CGI only.

void end();


Return Type

None.


Parameters

None.


Remarks

This function will flush the buffer if the the Buffering is true and print out </body> and </html> tags to end an HTML page if its content type is text/html.


Differences Between Ch-CGI and Ch-ASP

This member function works in Ch-CGI. It is not valid in Ch-ASP.


See Also

CResponse, CResponse::begin, CResponse::title

Example