Which PHP function is used to include one PHP file into another?

Explanation:
Both include() and require() are used to include files.