What is the differences between require() and include() in PHP ? )

In PHP, include() and require() used to include a file. But when included file not found
Include() send Warning where as require() send Fatal Error .