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設定を使用できます。