Functions Php



    function headingWrap( $txt, $size=3 ) {
      print "$txt";
    }
    headingWrap("Book title", 1);
?>