Programmazione a eventi, parallela e concorrente

Slides 2012

<php> $datadir = './teaching/tPEC2012/PDF'; $baseurl = “http://syscall.org/”; if ($handle = opendir($datadir)) {

 while (false !== ($file = readdir($handle)))
    {
        if ($file != "." && $file != "..")
  {
        	$thelist .= '<a href="'.$baseurl.$datadir.'/'.$file.'">'.$file.'</a><br/>';
        }
     }
closedir($handle);
}
echo $thelist;

</php>

teaching/programmazione_a_eventi_parallela_e_concorrente_ss2012.txt · Last modified: 2024/05/27 12:22 by 127.0.0.1
Kleine Websites, die ein Wiki als CMS verwenden.de