Execute a função php

function functionName() {
    //code to be executed;
}
functionName();
Unusual Unicorn