?php/*2015年10月19日10:24:59 */// 打开一幅图像 $file_name=d:\ascii_dora.png;$chars = $@B%8WM#*oahkbdpqwmZO0QLCJUYXzcvunxrjft/\|()1{}[]?-_+~i!lI;:,\^`. ;function getimgchars($color_tran,$chars){ $length = strlen($chars); $alpha=$color_tran[
PHP中获取文件扩展名的N种方法 从网上收罗的,基本上就以下这几种方式: 第1种方法: function get_extension($file){substr(strrchr($file, .), 1);} 第2种方法: function get_extension($file){return substr($file, strrpos($file, .)+1);} 第3种方法:
纯数字的四位随机数rand(1000,9999)数字和字符混搭的四位随机字符串:function GetRandStr($len) { $chars = array( 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