Difference Between Include() and Include_once() PHP

Both functions includes the given file but Include_once()  checks whether the given file is already included .As the name suggests , the file will be included only once .