随笔分类 -  php

摘要:laravel启动流程 nginx/apache路由到public/index.php文件 加载/vendor/autoload.php composer包管理器文件 $app = require_once DIR.'/../bootstrap/app.php'; 得到ioc容器 实例化Illumi 阅读全文
posted @ 2020-12-14 11:18 Master-lcf 阅读(281) 评论(0) 推荐(0)
摘要:index.php index2.php 阅读全文
posted @ 2018-11-03 14:25 Master-lcf 阅读(1315) 评论(0) 推荐(0)
摘要:1 /** 2 * get curlOpen('www.baidu.com?act=2') 3 * post curlOpen('www.baidu.com',array('post'=>['name'=>'aa','age'=>1])) 4 * $config['proxy']='192.168.1.1' 代理ip * $config['ssl'] = true; ... 阅读全文
posted @ 2018-11-03 13:45 Master-lcf 阅读(3867) 评论(0) 推荐(0)