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 are the advantages of stored procedures in php?
Why did you choose this particular career path?
Tell me what are the different types of errors in php?
What is use of header() function in php?
What are the Formatting and Printing Strings available in PHP?
How to include variables in double-quoted strings in php?
Why do we use javascript in php?
Difference between get and post method.
What is needed to be able to use image function?
Write logic to print Floyd's triangle in PHP?
What is string function sql?
Is php the same as html?
How to return a value back to the function caller?
How to compare two strings with comparison operators in php?
Does php need html?