# PHPでフレームワークを作ってみるハンズオン 資料集 ## 0. 事前準備 ## 1. `$_SERVER` について * [PHP: \$_SERVER - Manual](https://www.php.net/$_SERVER) * [PHP: parse_url - Manual](https://www.php.net/parse_url) ## 2. エラーハンドリング * [PHP: set_error_handler - Manual](https://www.php.net/set_error_handler) * [PHP: set_exception_handler - Manual](https://www.php.net/set_exception_handler) * [PHP: ErrorException - Manual](https://www.php.net/ErrorException) ## 3.