<?php header("Content-type: text/html; charset=utf-8"); $postdata = http_build_query( array( 'key' => '1e41b2af8cf5943b6e24d509adb8764d', 'v' => '1.0', 'month' => date('m'), 'day' => date('d') ) ); $opts = array('http' => array( 'method' => 'POST', 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => $postdata ) ); $context = stream_context_create($opts); $result = file_get_contents('http://japi.juhe.cn/toh/toh', false, $context); $result = json_decode($result, true); echo '<pre>'; print_r($result); echo '</pre>'; ?>
file_get_contents获取一个页面并发送 POST 数据
精选 转载huang_he_87 博主文章分类:php
文章标签 php file_get_contents http_build_query stream_context_creat 文章分类 PHP 后端开发
上一篇:PHP匿名函数
-
(转载)file_get_contents(php xml 数据
-
php file_get_contents
php file_get_contents
php file_get_contents -
file_get_contents遍历api数据
使用【bootstrap】框架关键代码:
html bootstrap postman php i++