💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# $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 ?> ``` ```