filmov
tv
PHP array types

Показать описание
#php #phpinpunjabi
What is an array in PHP?
In this video you will learn about arrays.
An array stores multiple values in a single variable.
PHP arrays are implemented by the use of array function .
PHP Array Types
There are three types of arrays that you can create. These are:
Indexed array — An array with a numeric key.
Associative array — An array where each key has its own specific value.
Multidimensional array — An array containing one or more arrays within itself.
What is an array in PHP?
In this video you will learn about arrays.
An array stores multiple values in a single variable.
PHP arrays are implemented by the use of array function .
PHP Array Types
There are three types of arrays that you can create. These are:
Indexed array — An array with a numeric key.
Associative array — An array where each key has its own specific value.
Multidimensional array — An array containing one or more arrays within itself.