Encoding conversion function implemented in one package
Currently supports:
url address encoding and decoding
base64 encryption and decryption(currently only supports utf-8 encoding)
md5 encryption
addslashes->Add a backslash before each double quote (")
stripslashes->Opposite to the above, delete the backslash
base64_image_mult->Upload an image for base64 image encryption
base64_image_url->Use a network image for base64 image encryption