Is it possible to place all custom functions files in a single folder and make all php scripts access them by default?

Viewed 49

For example, if "Functions" folder contains "Function_1.php", "Function_2.php" and "Function_3.php" files, how to make all php scripts access the 3 functions by default?

0 Answers
Related