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 mysql in php?
What is the difference between indexed and associative array?
Is python easier than php?
What does the initials of php stand for?
How to delete file in php?
How are php sessions stored?
Can we run php on tomcat server?
Which database is best for php?
Do I need to install php after xampp?
What is php.ini & .htacess file?
What is php namespace?
How to call a php function from html button?
What can php do?
What are the ways to define a constant in php?
What is a path Traversal?