What is the optimal way of checking constants in PHP?

后端 未结 0 1725
星月不相逢
星月不相逢 2021-01-21 21:41

I have a query regarding the optimal way of checking and comparing constant value in PHP.

for($i=0;$i<500000;$i++){
    if(CHECK_CONSTANT_VALUE ==\'1\'){
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题