home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2003 July / PCpro_2003_07.ISO / vollvers / edhtml / EdHTMLv5.0.exe / Main / PHP.AUT < prev    next >
Encoding:
INI File  |  2003-05-14  |  416 b   |  42 lines

  1. [inc | Dodanie includa]
  2. include("")
  3.  
  4. [rek | Dodanie includa]
  5. require("")
  6.  
  7.  
  8. [switch | Sekcja SWITCH]
  9. switch (|)
  10.   case : ;
  11.   case : ;
  12. end;
  13.   
  14. [switchd | Sekcja SWITCH z DEFAULT]
  15. switch (|)
  16.      case : ;
  17.      case : ;
  18.   default : ;
  19. end;
  20.   
  21.  
  22. [for | Sekcja FOR]
  23. for (|=;;)
  24.  
  25. [forb | Sekcja FOR z {]
  26. for (|=;;)
  27. {
  28.  
  29. }
  30.  
  31.  
  32. [if | Sekcja IF]
  33. if (|)
  34.  
  35. [ifb (|) Sekcja IF z {]
  36. if (|)
  37. {
  38.  
  39. }
  40.  
  41.  
  42.