The PDO attribute that controls the error reporting mode is named ________.

  • PDO::ERRMODE_SILENT
  • PDO::ERRMODE_WARNING
  • PDO::ERRMODE_EXCEPTION
  • PDO::ERRMODE_ERRMODE
The PDO attribute that controls the error reporting mode is named PDO::ERRMODE_EXCEPTION, which makes PDO throw exceptions for errors.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *