Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要制作一个 webhook 服务器,我可以从该服务器将 json 数据发送到不同的接收器/客户端。如何使用 PHP 构建它?
我应该使用什么方法来发送 json 数据?
你应该看看:
http://php.net/manual/en/book.curl.php
http://php.net/manual/en/function.json-encode.php
使用 php 发送 json 帖子
php://input <> $_POST?