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.
我制作了一个 php ErrorHandler,它只能通过使用
include_once("ErrorHandler.php");
这需要添加到每个页面,我想使用错误处理程序,我想知道是否有全局函数。所以我可以告诉服务器/php在每个页面上调用“ErrorHandler.php”,这可能吗,在php的限制范围内?
您可以使用PHP 的auto_prepend_file设置。