how a function is declared and called in php ? explain with ex code example Example: function php function functionName() { //code to be executed; }