![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/07/2008, 14:46
|
| | Fecha de Ingreso: diciembre-2005
Mensajes: 122
Antigüedad: 19 años, 2 meses Puntos: 0 | |
Respuesta: Problema No Retorna un Array
Código:
function ejem($test)
{
$datos = array();
....
$datos[0]=$totaldef;
$datos[1]=$datos[13];
$datos[2]=$datos[2];
return $datos;
}
|