why we use @symbol before the variable
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / srividya
This @ Error control Operator suppress the error message
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / 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 |
Answer / subhasmita
by the help of the symbol@ we can minimize the error
| Is This Answer Correct ? | 2 Yes | 2 No |
What is composer json?
Can I use php in html?
How to remove leading and trailing spaces from user input values?
How to upload and play video in Php when u r in localhost?
what is the current salary package in India for a PHP & MySQL programmer who has 3 years experience
127 Answers ABC, BLG Logistics, Google, HCL, IBM, Infosys, People Group, PHP, Torque Infotech, V Angelz Technologies, Yahoo,
What IS PHP?
What is php session_start() and session_destroy() function?
how we can upload and view video files
How do I stop php artisan serve in windows?
How to reset/destroy a cookie?
How can you retrieve a cookie value?
How to update memcached when you make changes to php?