WAVE Log
エラーの表示/非表示

表示

<?php ini_set( 'display_errors', 1 ); ?>

非表示

<?php ini_set( 'display_errors', 0 ); ?>