Proper way to declare multiple vars in PHP

后端 未结 7 1904
清歌不尽
清歌不尽 2021-01-31 01:48

I\'ve been coding personal scripts for years in PHP and get used to turn off Error display. I\'m about to release some of these scripts and would like to do it the proper way.

7条回答
  •  误落风尘
    2021-01-31 02:16

    
    

    If it's your script and you know which variables where you use, why you want spend resourses to check if the variable was declared befor?

提交回复
热议问题