PHP
binggoogle
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PHP模拟HTTP请求
php 模拟发送 get 请求的几种方法总结。 (1)php 通过 file_get_contents 模拟发送 get 请求 1 2 $url='http://www.phpernote.com/php-function/654.html'; 3 $re=file_get_co转载 2016-01-19 10:36:22 · 475 阅读 · 0 评论 -
ThinkPHP生成静态页buildHtml方法
原来ThinkPHP自带了生成静态页的函数buildHtml,使用起来很方便!最新的手册里没写这个方法,向大家介绍一下。 PHP protected function buildHtml($htmlfile='',$htmlpath='',$templateFile='') { $content = $this->fetch($templateFile);转载 2016-01-20 12:40:31 · 3214 阅读 · 0 评论
分享