摘要: <?php class Text_Filter { var $words; //文字 function Text_Filter() { $this->words=NULL; } function wordsFilter(&$message=null, &$matche_row=array()) { 阅读全文
posted @ 2016-02-17 17:31 山月艾草 阅读(259) 评论(0) 推荐(0) 编辑
摘要: <?php include_once("global.php"); //=============================== class ValidationCode { private $width,$height,$codenum; public $checkcode; //产生的验证 阅读全文
posted @ 2016-02-17 17:29 山月艾草 阅读(312) 评论(0) 推荐(0) 编辑