What is purpose of @ in Php?



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

Post New Answer

More PHP Interview Questions

How do I clear my browser session?

1 Answers  


What is the use of the function htmlentities?

1 Answers  


How to download the files using PHP

1 Answers  


How is csrf token generated?

1 Answers  


What is the php function that removes the first element of the array and returns it?

1 Answers  


What is $globals php?

1 Answers  


What is php session start?

1 Answers  


What is the difference between InnoDb tables and MyIsam Tables in php

1 Answers  


What does php exit do?

1 Answers  


What is psr in php?

1 Answers  


What is whitespace in html?

1 Answers  


How cookies are transported from browsers to servers?

1 Answers  


Categories