why we use @symbol before the variable
Answer Posted / 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 |
Post New Answer View All Answers
What is csrf token in php?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Where is the submitted form data stored?
What does echo mean in php?
What is in php 7?
What are properties in php?
What is printf in php?
What are the Advantages and Application Areas of PHP?
What is the difference between array_map () and array_shift ()?
What are the delimiters in php?
How can MYSQL functions be available with PHP?
How is traits used in php?
What is nginx and what is it used for?
How can we upload a file in php?
What is the use of header() function in PHP? What the Limitation of HEADER()?