#Main PHP File
#Functions PHP File
***Important Notes:
You cannot write the code like this
If you give a default value to one parameter, you have to do it for the other one too.
function serve( $items="2",$food_name ) { echo "{$items} of {$food_name} has been served"; }