PHP foreach that returns keys only

前端 未结 7 858
逝去的感伤
逝去的感伤 2020-12-29 18:51

Theoretical question that perhaps does not make any sense but still, maybe there is a clever answer.

I want to iterate through array and get its keys and to somethin

7条回答
  •  天命终不由人
    2020-12-29 19:10

    It's valid PHP code, don't fix the code, but fix PHP MD. There is a config in PHP MD 2.2 And needs this rule:

    
        
    
    

提交回复
热议问题