Declaring a Simple Function : Definition : Functions PHP Source Code


PHP Source Code » Functions » Definition »

 

Declaring a Simple Function




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

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Functions
» Definition