Go to the source code of this file.
Functions | |
unsigned char * | php3_base64_encode (const unsigned char *, int, int *) |
unsigned char * | php3_base64_decode (const unsigned char *, int, int *) |
unsigned char* php3_base64_decode | ( | const unsigned char * | , | |
int | , | |||
int * | ||||
) |
Definition at line 82 of file base64.cpp.
unsigned char* php3_base64_encode | ( | const unsigned char * | , | |
int | , | |||
int * | ||||
) |
Definition at line 45 of file base64.cpp.