摘要: define("DEFAULT_FONT_PATH", "c:/windows/fonts/simhei.ttf"); class SingleBar { private $_x; private $_y; private $_h; public $_l = 50; private $_w = nu 阅读全文
posted @ 2020-07-24 10:51 王芬老师 阅读(234) 评论(0) 推荐(0) 编辑
摘要: function authcode($string, $operation, $key = '', $expiry = 10) { // 动态密匙长度,相同的明文会生成不同密文就是依靠动态密匙 $ckey_length = 2; // 密匙 $key = md5($key ? $key : $GLO 阅读全文
posted @ 2020-07-24 10:41 王芬老师 阅读(244) 评论(0) 推荐(0) 编辑
摘要: <?php class Ext_Num2Cny{ static $basical = [0=>"零","壹","贰","叁","肆","伍","陆","柒","捌","玖"]; static $advanced= [1=>"拾","佰","仟"]; public static function Pa 阅读全文
posted @ 2020-07-24 09:58 王芬老师 阅读(230) 评论(0) 推荐(0) 编辑