Current location - Quotes Website - Personality signature - I often see a folder called inc under the source code of the online website. Why is it called inc? What's the point?
I often see a folder called inc under the source code of the online website. Why is it called inc? What's the point?
inc is an include file! There is generally a database connection, session timeout setting. Setting session
inc means include file, which means header file in C and C++
Answer: I know you mean folder, and I mean folder, too.
Simply put, the folder for storing "include files" means shorthand for include files.