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.
1.4m articles
1.4m replys
5 comments
57.0k users