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
How to convert the first character to upper case?
What is php.ini & .htacess file?
What is the current stable version of php? What advance thing in php7?
How a variable is declared in php?
Tell us how to set cookies in php?
Tell me how can we get the error when there is a problem to upload a file?
How to remove blank spaces from the string?
What is session expiry?
Explain what is meant by pear in php?
What is data type in php?
how to track user logged out or not? when a user is idle?
How does the identity operator === compare two values?
Why do we use hooks?
What is meant by public, private, protected, static and final scopes?
How to create database connection and query in php?