Functions Php

function hi(  ){
    echo ("Hello from function-land!");
}
hi(  );
?>