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 is the use of offset in mysql?
What is a collection in php?
How do you end a session in php?
What are traits?
How many types of array supported in php?
How is it possible to set an infinite execution time for php script?
What software is required for php?
What will the ?getdate() function returns in PHP?
How to compare two strings with comparison operators in php?
What are examples of independent and dependent variables?
What are the types of variables in php?
How to find current date and time?
How do I run a php file?
Which function would you use to insert a record into a database in php?
Who is the father of php and what is the current version of php and mysql?