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.
我正在尝试使用这样的功能做一个功能: 我有一个自定义错误处理程序,但我想将它设置为与默认服务器合作syslogger。我正在使用Xampp. 所以我需要同时向两个发送数据syslogs。 有可能PHP吗?
syslogger
Xampp
syslogs
PHP
由于缺少传递给 syslog() 的日志句柄,您必须对openlog()和打开/关闭日志之间的每个切换使用不同的工具