php中的字符串常用函数(四) ord() 获得字符的ascii码 chr()获取ascii码对应的字符
摘要:
ord('a');//=>97 返回小写a 的ascii码值97 chr(97);//=>a 返回ascii码表上的97对应的 小写a 阅读全文
posted @ 2016-10-26 15:47 Sweet小马 阅读(2758) 评论(0) 推荐(0) 编辑
posted @ 2016-10-26 15:47 Sweet小马 阅读(2758) 评论(0) 推荐(0) 编辑
posted @ 2016-10-26 14:55 Sweet小马 阅读(1292) 评论(0) 推荐(0) 编辑
posted @ 2016-10-26 10:55 Sweet小马 阅读(1353) 评论(0) 推荐(0) 编辑