1 Star 0 Fork 60

武林q传 / php screw plus

forked from delxiong / php screw plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
b64.h 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
Del Xiong 提交于 2016-06-22 13:38 . screw plus base version
/**
* `b64.h' - b64
*
* copyright (c) 2014 joseph werle
*/
static const char b64_table[] = {
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',
'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P',
'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f',
'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n',
'o', 'p', 'q', 'r', 's', 't', 'u', 'v',
'w', 'x', 'y', 'z', '0', '1', '2', '3',
'4', '5', '6', '7', '8', '9', '+', '/'
};
#include "encode.c"
#include "decode.c"
C
1
https://gitee.com/php_mysql/php-screw-plus.git
git@gitee.com:php_mysql/php-screw-plus.git
php_mysql
php-screw-plus
php screw plus
master

搜索帮助