![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/03/2005, 13:35
|
| | Fecha de Ingreso: octubre-2004 Ubicación: En algún lugar de la República Oriental del Uruguay
Mensajes: 366
Antigüedad: 20 años, 3 meses Puntos: 0 | |
De string a array existe alguna función que transforme un string a array?, ej:
$miString="1,2,3,4"
y yo quiero un array así: $miArray= array(1,2,3,4);
gracias
Ratamaster |