Server

error_reporting

북스페이스 2021. 1. 4. 14:00

<?php

    error_reporting(E_ALL);

    ini_set('display_errors',  '1');

?>