摘要: 1. chunk_split() 函数把字符串分割为一连串更小的部分 chunk_split(string,length,end) 参数描述 string 必需。规定要分割的字符串。 length 可选。数字值,定义字符串块的长度。默认是 76。 end 可选。字符串值,定义在每个字符串块末端放置的 阅读全文
posted @ 2016-02-24 15:32 sundong_wyz 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 1.addcslashes() 函数返回在指定字符前添加反斜杠的字符串 addcslashes() 函数对大小写敏感。 对以下字符应用 addcslashes() 时请小心:0(NULL), r(回车), n(换行), f 换页)、t(制表符)以及 v(垂直制表符)。在 PHP 中,\0, \r, 阅读全文
posted @ 2016-02-24 14:25 sundong_wyz 阅读(321) 评论(0) 推荐(0) 编辑