文章分类 -  PHP

【stackoverflow】PHP mkdir: Permission denied problem
摘要:原文链接:http://stackoverflow.com/questions/5246114/php-mkdir-permission-denied-problem I am trying to create a directory with PHP mkdir function but I ge 阅读全文

posted @ 2016-11-22 11:29 msmailcode 阅读(179) 评论(0) 推荐(0)

【oschina】PHP获取网页内容的几种方法
摘要:原文链接:http://www.oschina.net/code/snippet_861770_19638 方法1: 用file_get_contents 以get方式获取内容 <?php $url='http://www.domain.com/?para=123'; $html = file_ge 阅读全文

posted @ 2016-09-19 17:06 msmailcode 阅读(138) 评论(0) 推荐(0)