Help for this page

Select Code to Download


  1. or download this
    chdir($workdir);
      foreach ($files) {
        workOnFile();
      }
    
  2. or download this
    workOnSomeFile($cwd,$file);
    ...
    workOnSomeOtherFile($cwd,$file);