简体   繁体   English

用PHP服务器推送通知?

[英]Push notification with php server?

I somebody know a simple way to create a Push notification with php server... I can't find any tutorial... 我知道有人用php服务器创建推送通知的简单方法...我找不到任何教程...

Thank 谢谢

Since push notifications simply involve posting XML to an HTTP server, it should be fairly simple to use PHP. 由于推送通知仅涉及将XML发布到HTTP服务器,因此使用PHP应该相当简单。 I'm not overly familiar with PHP, but it looks like http_post_data should handle the request. 我对PHP不太熟悉,但是看起来http_post_data应该可以处理请求。

These (.NET centric) pages should be of use: 这些(以.NET为中心)的页面应该被使用:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM