Run Code | API | Code Wall | Misc | Feedback | Login | Theme | Privacy | Patreon |
PHP Arrays lectura: https://es.stackoverflow.com/q/112903/29967Array ( [0] => Array ( [nombre_edificio] => edificio1 [numero_aulas] => 10 [prefijo_aulas] => a ) [1] => Array ( [nombre_edificio] => edificio2 [numero_aulas] => 20 [prefijo_aulas] => b ) ) Edificio: edificio1 num aulas: 10 prefijo: a Edificio: edificio2 num aulas: 20 prefijo: b Llave: nombre_edificio Valor: edificio1 Llave: numero_aulas Valor: 10 Llave: prefijo_aulas Valor: a Llave: nombre_edificio Valor: edificio2 Llave: numero_aulas Valor: 20 Llave: prefijo_aulas Valor: b |
λ
.NET NoSQL database for rapid development
|