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
Which variable declarations within a class is invalid in php?
Explain how is it possible to cast types in php?
How to call javascript function in php without any event?
Is key exist in array php?
What are psrs?
How to get a total number of rows available in the table?
What is php variable?
How to write in a file in php?
What does type casting mean in php? Explain with an example?
How do sessions work in php?
What are escaping characters? Explain with an example?
Explain the syntax for ‘foreach’ loop with example.
How many columns can be added in a table in mysql?
What is the difference between super () and this ()?
What is singleton class in php?