function first checks to see if a file has already been imported, and if it has, it does not attach it again. This is useful if you have used an include in multiple files that you have to use together. This way, PHP will not include the files that have already been included, which saves on file size of the page.