@ character before a function call

前端 未结 5 2029
迷失自我
迷失自我 2020-12-13 23:07

What is the difference between these two function calls in PHP?

init_get($somevariable);

@init_get($somevariable);
5条回答
提交回复
热议问题