How to define global functions in PHP

前端 未结 7 1287
陌清茗
陌清茗 2020-12-01 11:43

How can I define a global function which would be accessible from any page?

相关标签:
7条回答
  • 2020-12-01 12:39

    Put it in an include, and then include it.

    0 讨论(0)
提交回复
热议问题