PHP 5 String 函数 Posted on 2017年5月17日 by 吴四月 PHP 5 String 函数 函数 描述 addcslashes() 返回在指定的字符前添加反斜杠的字符串。.. Read more php初级
约束的目的: Posted on 2017年5月8日 by 吴四月 约束的目的: 保证数据的一致性和唯一性 1.主键约束: PRIMARY KEY AUTO_INCREMENT .. Read more php高级
memcache Posted on 2017年5月4日 by 吴四月 单连接: 可以存数组对象 多连接 addserver(“IP”,“端口”); 储存时两台服务器随机储存 .. Read more php高级
小型留言板功能 Posted on 2017年5月3日 by 吴四月 <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transit.. Read more php中级
自定义验证码类 Posted on 2017年5月3日 by 吴四月 class Yzm{ protected $width; protected $height; protect.. Read more 类文件