Skip to content

Instantly share code, notes, and snippets.

@cagartner
Created September 20, 2013 12:21
Show Gist options
  • Select an option

  • Save cagartner/6636647 to your computer and use it in GitHub Desktop.

Select an option

Save cagartner/6636647 to your computer and use it in GitHub Desktop.
Remover mensagens de erros PHP
error_reporting(0);
ini_set('display_errors', 0 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment