Tengo un array similar a este, y necesito extraer los datos que se encuentran en las posiciones ["text"]. Lo que no termino de determinar es la lógica del bucle que tengo que construir para recorrerlo e ir guardando los datos en un string.
A ver si me pueden dar alguna seña... Muchas gracias de antemano...
Código PHP:
Ver original {
{
["name"]=> string(7) "eventos"
["text"]=> NULL
["attributes"]=> array(1) {
["gml:id"]=> string(6) "F27__4"
} ["children"]=> array(11) {
["C1C_Mobile_c1c_mobile:objectid"]=> array(1) {
{
["name"]=> string(8) "objectid"
["text"]=> string(1) "4"
["attributes"]=> array(0) { } ["children"]=> array(0) { } }
}
["C1C_Mobile_c1c_mobile:tutulo_del_evento"]=> array(1) {
{
["name"]=> string(17) "tutulo_del_evento"
["text"]=> string(32) "CONFORMACIÓN DE CAMPO DEPORTIVO"
["attributes"]=> array(0) { } ["children"]=> array(0) { } }
}
["C1C_Mobile_c1c_mobile:direccion"]=> array(1) {
{
["name"]=> string(9) "direccion"
["text"]=> string(24) "La Charneca, San Agustin"
["attributes"]=> array(0) { } ["children"]=> array(0) { } }
}
["C1C_Mobile_c1c_mobile:descripcion"]=> array(1) {
{
["name"]=> string(11) "descripcion"
["text"]=> string(53) "la Alcaldía Metropolitana traslada 2 Tanques de Agua"
["attributes"]=> array(0) { } ["children"]=> array(0) { } }
}
["C1C_Mobile_c1c_mobile:fecha"]=> array(1) {
{
["name"]=> string(5) "fecha"
["text"]=> string(19) "2011-04-08T21:55:34"
["attributes"]=> array(0) { } ["children"]=> array(0) { } }
}
}
}
Nota: Son aprox. 1660 registros como este y por tanto, quiero hacer un script lo mas eficiente que se pueda. Recorte el arreglo para mejor visualizacion, pero tiene mas datos.