Functions Php

  function aFunction(){
      print "Music is a way of life!";
  }
  aFunction();
  ?>