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.
我的计划是建立一个本地网站(wamp?)。
在该网站上,您可以输入一个链接以获取时间(例如:time.windows.com)。当您点击发送时,它会将数据(网站的字符串)发送到 ip。
然后我收到可以用作变量的网站字符串。
这在php中可能吗?如果有怎么办?
我做了一张图来更好地解释它:
是的,这是可能的。您可以使用fsockopen打开套接字连接。
fsockopen