Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.16 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2.  
  3.         switch($function)
  4.         {
  5.                 case 'if':
  6.                 {
  7.                        
  8.                 }
  9.                 break;
  10.                 case 'foreach':
  11.                 {
  12.                        
  13.                 }
  14.                 break;
  15.                 case 'for':
  16.                 {
  17.                        
  18.                 }
  19.                 break;
  20.         }
  21.  
  22. ?>