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
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
:: Copyright KIRUPA 2024 //--