PHP functions and @functions

前端 未结 5 1660
南笙
南笙 2020-12-14 16:56

Basically, I\'ve seen people using @ before their function calls, not for every function, but for some kind of extension functions like file_get_contents(

5条回答
  •  甜味超标
    2020-12-14 17:20

    @function doesn't show any error messages on its HTML output, while a regular function call will.

提交回复
热议问题