💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
[TOC] ## 示例 ### 读取文件 ``` $file = file_get_contents("a.txt"); echo $file; //12 //34 //56 ``` ## 读取网络数据 ``` // 允许您读取原始的POST数据 // 不能用enctype="multipart/form-data" file_get_contents("php://input") ```