In the C, C++ language as well and a dozen other languages there is a 'Main' function where a program always starts executing from. You never have to call main, the language just knows the main is where to start. Is there a PHP equivalence to the Main function call? Some function that when you...