class= " lineNumbers " del
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
|
class= del
class= " del id= " codeSnippet698057 del $photo_array = allineamento ($file1, $file2, $file3);
$flag_error = falso;
foreach ($photo_array come $photo) {
se (! $photo || svuotare ($photo) || ! is_array ($photo)) {
errore di //: niente uploaded o uso errato di discussione
$this->errors [] = “immagine non uploaded„;
$flag_error = allineano;
} elseif ($photo [“errore„]! = 0) {
errore di //: niente uploaded o uso errato di discussione
$this->errors [] = $this->upload_errors [$photo [“errore„]];
$flag_error = allineano;
}/*else {
$i = 1;
$this->temp_path.$i = $photo [“tmp_name„];
$this->filename.$i = $maxid.basename ($photo [“nome„]);
$i++;
} */
}
se ($flag_error) {
falso di ritorno;
} elseif (! $flag_error) {
$this->temp_path1 = $file1 [“tmp_name„];
$this->filename1 = $maxid.basename ($file1 [“nome„]);
$this->temp_path2 = $file2 [“tmp_name„];
$this->filename2 = $maxid.basename ($file2 [“nome„]);
$this->temp_path3 = $file3 [“tmp_name„];
$this->filename3 = $maxid.basename ($file3 [“nome„]);
$this->datecreate = strftime (“%Y-%m-%d %H: %M: %S„, tempo ());
di ritorno allineare;
}
|