What is an .inc and why use it?

后端 未结 8 712
伪装坚强ぢ
伪装坚强ぢ 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:29

    In my opinion, these were used as a way to quickly find include files when developing. Really these have been made obsolete with conventions and framework designs.

提交回复
热议问题