Mega Code Archive

 
Categories / Php / Functions
 

Call the function

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