Which of the following statements is FALSE for PHP Error and Logging?
Options
- The error and logging functions are part of the PHP core
- debug_backtrace() generates a backtrace
- trigger_error() and user_error() are different
CORRECT ANSWER : trigger_error() and user_error() are different
Write your comments