@ operator in PHP

Can someone please explain to me what the @ operator means in PHP?

I’ve seen it in use in several locations but haven’t managed to find an explanation

e.g.

@OCIExecute($parsed, OCI_DEFAULT); //Using Oracle through PHP