In this tutorial you will learn Array (Indexed Arrays, Associative Array and Multidimensional Array) in php.
1. We know that a variable can hold only one value at a time, But array variables can hold multiple values at a time.
2. To create an array in php array() function is used. Declaring an indexed array is so simple, and you declare array in two ways.
Array Declaration :
$name = array("Whisky", "Scotch", "Wine", "vodka");
OR
$name[0] = "Whiky";
$name[1] = "Scotch";
$name[2] = "Wine";
$name[3] = "Vodka";
3. You can view the output of an array by statement echo, print_r() function and var_dump() function.
En esta página del sitio puede ver el video en línea Learn PHP Variable, constant, array, associative array, multidimentional array, function de Duración hora minuto segunda en buena calidad , que subió el usuario Shagor blogs 08 septiembre 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 632 veces y le gustó 5 a los espectadores. Disfruta viendo!