Help for this page

Select Code to Download


  1. or download this
    for ( $sFunction ) {
        /test1/ && do {
    ...
            # ....
        };
    }
    
  2. or download this
    for ( $sFunction ) {
        /test1/ && do {
    ...
            # ... and then do different stuff here
        };
    }