What is the difference between these two function calls in PHP?
init_get($somevariable); @init_get($somevariable);
the "@" will silence any php errors your function could raise.
2.1m questions
2.1m answers
60 comments
57.0k users