PHP 函数 trigger_error() PHP 函数 set_exception_handler() PHP 函数 user_error() PHP 函数 trigger_error() <?php if ($test<10) { trigger_error("Number cannot be less than 10"); } ?> PHP 函数 set_exception_handler() PHP 函数 user_error()