Help for this page

Select Code to Download


  1. or download this
    
    while($foo < &ReallyComplexFunction($bar)) {
    doStuff();
    }
    
  2. or download this
    
    $foobar = &ReallyComplexFunction($bar)
    ...
    doStuff();
    }