include("somefile.php");
include_once("somefile.php");
require("somefile.php");
require_once("somefile.php");
Bunların arasındaki fark nedir?