El “TIR”, precio”” del => de la “descripción del “el => 100 “cansa”,), pone en orden (el => del “precio”” del => “de la “descripción” del => “del “código ACEITE”, aceite”, 10), arsenal (descripción”” del => del “código de la “=> “enchufes de “SPK”, de chispa”, “precio” =>4));
// ACTIVA ESTO PARA MIRAR EL ARSENAL
var_dump de // ($arr_products);
función RAY_show_array ($a)
{
// CREA LOS JEFES DE LA TABLA
eco ““;
// CONSIGUE LLAVES A PARTIR DE LA UNA DEL SUB-ARRAYS
$h = $a [0];
// ESCRIBE JEFES DE LA TABLA DE LAS LLAVES
foreach ($h como => de $k $x)
{
eco ““. $k.” | “;
}
eco “ “. PHP_EOL;
// CREA LOS DATOS DE LA TABLA DEL SUB-ARRAYS
foreach ($a como $s)
{
eco ““;
// CONSIGUE DATOS DE CADA SUB-ARRAY
foreach ($s como $x)
{
// ESCRIBE LOS DATOS EN DECLARACIONES DE TD
eco ““. $x.” | “;
}
eco “ “. PHP_EOL;
}
}
función html_show_array2 ($array) {
eco “ \ n ";
RAY_show_array ($array, 1, 0);
eco “ \ n ";
}
html_show_array2 ($arr_products);
|