Show Output
Including File Only Once in PHP
"; // Including file once again require_once "my_functions.php"; // Calling the function multiplySelf(5); // Output: 25 ?>