What is purpose of @ in Php?
Answer / Irshad Ali
In PHP, the '@' symbol is used for suppressing error reporting. When an error occurs during the execution of a function or script containing the '@' symbol before the function call, the error will not be displayed and execution continues as normal.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I clear my browser session?
What is the use of the function htmlentities?
How to download the files using PHP
How is csrf token generated?
What is the php function that removes the first element of the array and returns it?
What is $globals php?
What is php session start?
What is the difference between InnoDb tables and MyIsam Tables in php
What does php exit do?
What is psr in php?
What is whitespace in html?
How cookies are transported from browsers to servers?