even

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

随笔分类 -  php

上一页 1 2

摘要:1、base64_encode 与 base64_decode base64_encode(string) 表示使用 MIME base64 对数据进行编码 base64_decode(string)表示对编码后的字符串进行解码 2、urlencode 与 urldecode(在使用低版本的浏览器时 阅读全文
posted @ 2018-10-09 18:02 even_blogs 阅读(807) 评论(0) 推荐(0)

摘要:1、addcslashes 2、addslashes 与 stripslashes 3、bin2hex与hex2bin函数 bin2hex:表示把ASCII码字符的字符串转成十六进制 hex2bin:是对bin2hex函数的反转 4、chunk_split chunk_split(string,le 阅读全文
posted @ 2018-10-06 16:29 even_blogs 阅读(280) 评论(0) 推荐(0)

上一页 1 2