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 a string to lowercase in php?
What is different types of visibility?
how to track user logged out or not? when a user is idle?
How big is nvarchar max?
What is the difference between php and core php?
What is "echo" in php?
What is difference between php and wordpress?
What is the use of session and cookies in php?
What is the difference between $message and $$message in php?
What is the difference between rest and soap?
What is env in laravel?
What is the use of token in php?
What is the meaning of die in php?
Write a program to find the factorial of a number in php?
What is difference between array_merge and array_combine in php?