why we use @symbol before the variable
Answers were Sorted based on User's Feedback
Answer / vishal lakhani
@ in PHP one error control operator.the at sign (@). When
prepended to an expression in PHP, any error messages that
might be generated by that expression will be ignored.means
if errors comes and if u r Using@varialbe infront of any PHP
function it dont show any Error
| Is This Answer Correct ? | 50 Yes | 2 No |
Answer / srividya
This @ Error control Operator suppress the error message
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / ritu
All PHP expressions can be called with the "@" prefix, which
turns off error reporting for that particular expression.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / subhasmita
by the help of the symbol@ we can minimize the error
| Is This Answer Correct ? | 2 Yes | 2 No |
How to declare an array in php?
How can image properties be retrieved in php?
How to use validations in php?(codelgniter)
Version of php, apache ,mysql
Which function is used in php to delete a file?
What is difference between php and wordpress?
Which method removes the last element from the end of an array?
What is a null coalescing operator in php7?
Can php run without server?
Which library is used in php to do various types of image work?
What are the features of php 7?
What is an abstract class in php?