摘要:
function cutstr_html($string){ $string = strip_tags($string); $string = preg_replace(["\t", "\r\n", "\r", "\n", " "], [], $string); return trim($string); } 阅读全文
posted @ 2019-09-02 22:44
study_php_java_C++
阅读(6511)
评论(0)
推荐(0)
摘要:
来自: https://www.php.cn/php-weizijiaocheng-408762.html PHPmailer请在github下载,或者直接百度,也不难,虽然PHPmailer里面一大堆东西,但是我们只需要 PHPMailer.class.php PHPMailerAutoload. 阅读全文
posted @ 2019-09-02 21:37
study_php_java_C++
阅读(507)
评论(0)
推荐(0)
摘要:
和Db开启事务类似,Db是静态方法 阅读全文
posted @ 2019-09-02 17:34
study_php_java_C++
阅读(3711)
评论(0)
推荐(0)
摘要:
TODO: 比较简单的验证,复杂的以后添加 阅读全文
posted @ 2019-09-02 14:29
study_php_java_C++
阅读(3940)
评论(0)
推荐(0)

浙公网安备 33010602011771号