会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
phpwyl
博客园
首页
新随笔
联系
订阅
管理
2018年11月12日
php 获取抖音id
摘要: <?php public function getid($dy_url){ $header=get_headers($dy_url); $str = "/^.*?(\d+).*/"; preg_match($str,$header[6],$arr); return $arr[1]; }
阅读全文
posted @ 2018-11-12 15:30 phpwyl
阅读(2303)
评论(1)
推荐(0)
编辑
php post请求https
摘要: 注意 当请求https的数据时,会要求证书,这时候,加上下面这两个参数,规避ssl的证书检查
阅读全文
posted @ 2018-11-12 15:28 phpwyl
阅读(1669)
评论(0)
推荐(0)
编辑
公告