Update index.php
This commit is contained in:
parent
e080007e1b
commit
ee11d25fab
14
index.php
14
index.php
@ -11,17 +11,19 @@ ini_set('error_log', 'erro_log.txt');
|
||||
|
||||
function reduzirArk($tamanho, $pedacos) {
|
||||
|
||||
$NAAN = $pedacos[0];
|
||||
$ark_sem_NAAN = "";
|
||||
|
||||
for($i=1; $i < $tamanho; $i++){
|
||||
$NAAN = $pedacos[0];
|
||||
|
||||
$ark_sem_NAAN.= "/".$pedacos[$i];
|
||||
for($i=1; $i <= $tamanho; $i++){
|
||||
|
||||
}//Fecha for
|
||||
$ark_sem_NAAN.= "/".$pedacos[$i];
|
||||
|
||||
$arr = [$NAAN, $ark_sem_NAAN];
|
||||
}//Fecha for
|
||||
|
||||
return $arr;
|
||||
$arr = [$NAAN, $ark_sem_NAAN];
|
||||
|
||||
return $arr;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user