Apache 1.3 API Documentation

Routine ap_rputs

Definition:

int ap_rputs(const char *str, request_rec *r);
     

Usage example:

No examples available.
     

Sends the string str to the client.

Returns the number of bytes sent on success, or -1 on error.


Previous: ap_rputc Next: ap_run_cleanup

Table of Contents (Routines, Structures, Data Cells, Constants)