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 |
Are php short tags acceptable to use?
Explain some of the php string functions?
Php says that an array is an ordered map. But how the values are ordered in an array?
What does the scope of variables mean?
What is php array function?
How to Calculate Internal links & External Link in Website.(For Example YAHOO WEBSITE)
What is MVC structure in Magento?
What is $globals php?
what server connected
how to convert PHP code in to java code
what is benefit of magento?
I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags is not working at all.. Please help me out.. How can i resolve this??