我正在用 php 开发一个应用程序。我需要在 Windows 任务栏上显示通知消息。所以请帮助我...如何使用 php 来做到这一点。
6 回答
使用 PHP,您的域就是 Web 浏览器。您可以在浏览器或弹出窗口中显示消息。您无法连接到操作系统。
可能PHPGTK可以帮助你。但是你的问题有点味道,因为正如 Sohnee 所说,PHP 是为创建网页或与网络高度相关的东西而设计的。
但是,如果您提供更多信息,您会做什么,为什么这样做等等,它可能会对我们有所帮助......
With C# for .NET you can easily write a notifier application which resides in the tray.
I just have written an XML based notifier application which communicates (XML data transfer) with a server that runs php. The IDE comes with a sample notifier application. If you are familiar with c# then go and get it.
It's open source Goto SharpDevelopment IDE
What you can do, is develop a program that does this in another language, and then call it via system() in PHP.
Note that the notification will only pop up on the server. Since no actual PHP code is run on the client's machine.
您可以使用 ajax 更改窗口标题以在任务栏中显示消息。这就是我认为使用 webapp 所能达到的程度。
您可能想要寻找 Growl 库。在寡妇上,它需要一些额外的软件。谷歌出现: