05 2018 档案

摘要:<?php class Crumb { const SALT = 'http:test.com'; static $ttl = 7200; static public function issueCrumb($uid, $ttl=7200, $action= -1) { if(intval($ttl 阅读全文
posted @ 2018-05-07 11:36 6671 阅读(236) 评论(0) 推荐(0)
摘要:file_put_contents("./cache/read_print.php", $tpls); ob_start(); include './cache/read_print.php'; $out = ob_get_clean(); 阅读全文
posted @ 2018-05-05 13:27 6671 阅读(139) 评论(0) 推荐(0)