Apache 1.3 API Documentation

Routine ap_base64encode

Definition:

int ap_base64encode(char *coded_dst, const char *plain_src, int len_plain_src);
     

Usage example:

int l;
char *optarg;
char *tmp;
l = ap_base64encode(tmp, optarg, strlen(optarg));
     

No documentation available.


Previous: ap_base64decode_len Next: ap_base64encode_binary

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