why we use @symbol before the variable
Answer Posted / ritu
All PHP expressions can be called with the "@" prefix, which
turns off error reporting for that particular expression.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is difference Between PHP 5 and 7?
Where is php code written?
What are hooks in php?
What is the difference between substr() and strstr()?
What is implode() in php?
Is json a string php?
What is the name of scripting engine in php?
What is the use of anonymous function in php?
Why do we use csrf token?
What is the difference between php and core php?
Are react hooks stable?
How do I run a php script?
How do you call a constructor for a parent class?
What is the use of extract function in php?
Explain the ternary conditional operator in php?