摘要:
<?php class Crumb { const SALT = 'http:test.com'; static $ttl = 7200; static public function issueCrumb($uid, $ttl=7200, $action= -1) { if(intval($ttl 阅读全文
摘要:
file_put_contents("./cache/read_print.php", $tpls); ob_start(); include './cache/read_print.php'; $out = ob_get_clean(); 阅读全文
摘要:
wx.createAudioContext(audioId) 创建并返回 audio 上下文 audioContext 对象 audioContext audioContext 通过 audioId 跟一个 audio 组件绑定,通过它可以操作一个 audio 组件。 audioContext对象的 阅读全文
摘要:
function js_post(URL, PARAMS) { var temp = document.createElement("form"); temp.target = "_blank"; temp.action = URL; temp.method = "post"; temp.style.display ... 阅读全文
摘要:
wxuser = $wxuser; } public function getSgin($access_token) { //$wxuser = getCache('wx_'.$this->_mid.'_user'); $filename = PIGCMS_PATH.'upload/token/share_wxinfo.php'... 阅读全文