This is essentially a really long question
If I were to create a function without calling it's execution. Does PHP initialize it anyhow or is the entire function ignored entirely without even bothering to read it?
Another way to put it:
Is there any execution difference between code that does have function Example()
defined and one that doesn't? In both cases when it's not called?
(don't ask "WHY WOULD YOU NEED TO KNOW IT", just, just, just, just, just, just, just, just, just, answer, just answer)