016.inc 47 B

12345
  1. <?php
  2. function MyFunc ($a) {
  3. echo $a;
  4. }
  5. ?>