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
Can a trait extend a class php?
What is polymorphism?
Tell me what are the __construct() and __destruct() methods in a php class?
What is composer used for?
What is the difference between runtime exception and compile time exception?
Explain about switch statement in PHP?
What is php oops concepts?
Can you define an argument as a reference type?
Does php need to be installed?
What's the best method for sanitizing user input with php?
What is $_ files in php?
How to list all values of submitted fields?
Explain which cryptographic extension provide generation and verification of digital signatures?
Tell us why did you choose this particular career path?
Are php short tags acceptable to use?