php - Why can't you define a constant named EMPTY

后端 未结 4 945
无人及你
无人及你 2021-01-22 01:07

So... This is more of a curiosity, not a real problem. I don\'t get this:

Results in: Pars

4条回答
  •  北荒
    北荒 (楼主)
    2021-01-22 01:38

    You can definately define "EMPTY" as a constant. The problem is you can't use it directly.

提交回复
热议问题