ccc

Error Reporting

error_reporting(E_ALL);

// Notificar todos los errores excepto E_NOTICE
error_reporting(E_ALL ^ E_NOTICE);

No hay comentarios:

Publicar un comentario