Source for file MyFirst.php

Documentation is available at MyFirst.php

  1. <?php
  2.     class MyFirst
  3.     {
  4.         function helloWorld()
  5.         {
  6.             return "Hello, world!";
  7.         }
  8.     }
  9. ?>

Documentation generated on Fri, 06 Jul 2007 19:54:51 +0100 by phpDocumentor 1.3.1