Jalankan fungsi PHP

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