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 |
What is good average session duration?
What are super global variables in php?
What is http get and post?
What is the difference between session_unregister() and session_unset()?
What is config file in php?
List some string function name in php?
Can a php code encryted? Is it possible to execute the php file which is encrypted(without decrypting), if so pleaze tell me the way.
How to assigning a new character in a string using php?
What is meant by ‘passing the variable by value and reference' in php?
How to add comments in php?
what is difference between edit and update?
What is use of header() function in php?