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 a helper function?
Tell us how to redirect a page in php?
How to download file in php?
What is input sanitization in php?
How can we determine whether a variable is set?
What are the correct and the most two common way to start and finish a PHP block of code?
WHat is the diff. between PHP4 and PHP5?
6 Answers Clarion Technologies, IBM, OmniNet, Sparkton Infotech,
how to store case sensitive data in mysql ? how repair mysql table? diff bet float, double,real? diff bet mysql_fetch_object() and mysql_fetch_array()? which version of mysql support procedure , trigger? diff php4 and php 5? op - 2+5+"8"=? how to create object in javascript? query - select games from team who won games 2/4/6? NaN command in php? How to offload System date in mysql? typecasting in php? how to convert string to two decimal no? how to parse xml file in php command line argument in php? diff bet $msg,$$msg? diff bet require(), include(), include_once()? tables in mysql?
Is it possible to remove the html tags from data?
What is the difference between rest and soap?
What is isset and unset in php?
What is cookie and why do we use it?