Mana
Loading...
Searching...
No Matches
Functions
base64.cpp File Reference
#include "utils/base64.h"
#include <cstdlib>
#include <cstring>

Go to the source code of this file.

Functions

unsigned char * php3_base64_encode (const unsigned char *string, int length, int *ret_length)
 
unsigned char * php3_base64_decode (const unsigned char *string, int length, int *ret_length)
 

Function Documentation

◆ php3_base64_decode()

unsigned char * php3_base64_decode ( const unsigned char *  string,
int  length,
int *  ret_length 
)

Definition at line 88 of file base64.cpp.

◆ php3_base64_encode()

unsigned char * php3_base64_encode ( const unsigned char *  string,
int  length,
int *  ret_length 
)

Definition at line 45 of file base64.cpp.