02/06/2015, 14:07
|
| | Fecha de Ingreso: enero-2007 Ubicación: Delante de un Pc
Mensajes: 26
Antigüedad: 17 años, 10 meses Puntos: 0 | |
Respuesta: Problemas con un Array Ya se que el glob() obtiene un array hasta hay llegue
Array
(
[ 0 ] => D:\xampp\htdocs\www\serverprueba\COMMAND.arc
)
Por eso pedía orientacion en esta parte
if(!$match) continue;
$fsize=filesize($match=glob($dir.'/'.$fname);
$result=array_merge($result,$match,$fsize); |