Include() Vs Include_once()

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 .