How does PHP deals with user defined functions,
I mean,
I have a file with 12 user self defined functions,
all together 1900 lines of code.
This file is included on every page, and I call the functions when needed
Does functions that are not in use on the current page slow down the application somehow?
Should I break it up to more files or something?
thanks in advance,
Thomas A.