When dealing with PHP
array
s, I quite often here terms such as:
Array
Key
,
Array
Index
,
Array
Element
,
Array
Value
Can someone, PLEASE , in simple terms explain what each of these basically means?
Is there any difference?... are they all referring to the same thing?
Where do you use which? and when?
Any clarification with some simple use case examples will be highly appreciated.
i.e: in an array like: array($a,$b,$c,$d=>$e)
What will be What?
Thanks in advance.