class= " lineNumbers " do
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= do
class= " do id= " codeSnippet698057 do $photo_array = disposição ($file1, $file2, $file3);
$flag_error = falso;
foreach ($photo_array como $photo) {
se (! $photo || esvaziar ($photo) || ! is_array ($photo)) {
erro de //: nada transferiu arquivos pela rede ou uso errado do argumento
$this->errors [] = “imagem não foi transferido arquivos pela rede”;
$flag_error = retificam;
} elseif ($photo [“erro”]! = 0) {
erro de //: nada transferiu arquivos pela rede ou uso errado do argumento
$this->errors [] = $this->upload_errors [$photo [“erro”]];
$flag_error = retificam;
}/*else {
$i = 1;
$this->temp_path.$i = $photo [“tmp_name”];
$this->filename.$i = $maxid.basename ($photo [“nome”]);
$i++;
} *
}
se ($flag_error) {
falso do retorno;
} 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 ());
do retorno retificar;
}
|