<?php
$cmds = array("wget http://ololo.ru/1","wget http://ololo.ru/2","wget http://ololo.ru/3","wget http://ololo.ru/4");
foreach ($cmds as $cmd) {
$pid=pcntl_fork();
if ($pid) {
exec($cmd);
break;
}
}
?>
/[^;\s][^\;]*[^;\s]*/