$photo_array = szyk ($file1, $file2, $file3);
$flag_error = fałszywy;
foreach ($photo_array jako $photo) {
jeżeli (! $photo || opróżniać ($photo) || ! is_array ($photo)) {
// błąd: użycie uploaded lub mylny argument użycie
$this->errors [] = "Wizerunek uploaded";
$flag_error = true;
} elseif ($photo ["błąd"]! = (0)) {
// błąd: użycie uploaded lub mylny argument użycie
$this->errors [] = $this->upload_errors [$photo ["błąd"]];
$flag_error = true;
}/*else {
$i = (1);
$this->temp_path.$i = $photo ["tmp_name"];
$this->filename.$i = $maxid.basename ($photo ["imię"]);
$i++;
} *
}
jeżeli ($flag_error) {
powrotny fałszywy;
} elseif (! $flag_error) {
$this->temp_path1 = $file1 ["tmp_name"];
$this->filename1 = $maxid.basename ($file1 ["imię"]);
$this->temp_path2 = $file2 ["tmp_name"];
$this->filename2 = $maxid.basename ($file2 ["imię"]);
$this->temp_path3 = $file3 ["tmp_name"];
$this->filename3 = $maxid.basename ($file3 ["imię"]);
$this->datecreate = strftime ("%Y-%m-%d %H: %M: %S", czas ());
powrót prawdziwy;
}
|