Retrieving a value of a specific element of an array in PHP
It is possible to specify which element of an array needs to be retrieved in PHP. This is done using placing an index number in square brackets after the name of the array. Please note that count of elements of an array in PHP starts with zero.
Comments
Post a Comment