上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 110 下一页
摘要: 获取随机字符串 阅读全文
posted @ 2019-01-01 21:14 sfornt 阅读(431) 评论(0) 推荐(0) 编辑
摘要: ``` > 5; } $short_url_list[] = $short_url; } return $short_url_list; } } /* $url = "http://www.3100181.com/"; $short = ShortUrl::encode($url); print_r($short); */ ``` 阅读全文
posted @ 2019-01-01 21:13 sfornt 阅读(748) 评论(0) 推荐(0) 编辑
摘要: ``` sendMail('434922813@qq.com','邮件的标题','内容'); dump($info); } /** * 发送邮件方法 * @param string $to:接收者邮箱地址 * @param string $title:邮件的标题 * @param string $content:邮... 阅读全文
posted @ 2019-01-01 21:03 sfornt 阅读(486) 评论(0) 推荐(0) 编辑
摘要: PHP简单 对象(object) 与 数组(array) 的转换 阅读全文
posted @ 2019-01-01 21:02 sfornt 阅读(7408) 评论(0) 推荐(0) 编辑
摘要: ``` //获取接下来一周的日期 function GetWeeks() { $i=0; $weeks=[]; for ($i;$i<=7;$i++){ $month=date('m',time()+86400*$i).'月'; $day=date('d',time()+86400*... 阅读全文
posted @ 2019-01-01 21:01 sfornt 阅读(551) 评论(0) 推荐(0) 编辑
摘要: proxy_pool.php 阅读全文
posted @ 2019-01-01 20:29 sfornt 阅读(593) 评论(0) 推荐(0) 编辑
摘要: ob_start(); 2 echo 'aaa'; 3 $string = ob_get_contents(); 4 file_put_contents('a.html', $string); 5 ob_flush(); 6 flush();与缓冲区有关的函数 1.ob_implicit_flush 阅读全文
posted @ 2019-01-01 20:28 sfornt 阅读(396) 评论(0) 推荐(0) 编辑
摘要: php微信分享demo js调用 阅读全文
posted @ 2018-12-31 20:00 sfornt 阅读(458) 评论(0) 推荐(0) 编辑
摘要: 生成二维码并指定地址跳转 php调用示例 阅读全文
posted @ 2018-12-31 19:59 sfornt 阅读(2251) 评论(0) 推荐(0) 编辑
摘要: app\index\Demo1.php app\common\Temp.php 阅读全文
posted @ 2018-12-31 19:58 sfornt 阅读(953) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 110 下一页