What is an .inc and why use it?

后端 未结 8 705
伪装坚强ぢ
伪装坚强ぢ 2020-11-28 21:49

I often see examples in PHP that include.inc files. What is the meaning of .inc? What it is used for? What are the disadvantages and advantages of using it?

8条回答
  •  [愿得一人]
    2020-11-28 22:32

    Just to add. Another disadvantage would be, .inc files are not recognized by IDE thus, you could not take advantage of auto-complete or code prediction features.

提交回复
热议问题