合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# $method ## $method 判断 HTTP 请求的方法 ,默认值为 GET。 【定义】 文件:xiunophp/xiunophp.php 大约 77 行: ``` <pre class="calibre11">``` $method = $_SERVER['REQUEST_METHOD']; ``` ``` 【用例】 ``` <pre class="calibre11">``` <?php include './xiunophp/xiunophp.php'; echo $method; // GET ?> ``` ```