How to initialize and add values to array following data
(
[0] => Array
(
[name] => First element
[foo] => bar
)
[1] => Array
(
[name] => Second element
[foo] => bar2
)
)
[]. Dictionaries are also delimited by the same characters but there are colons:to separate the keys from the values. Try it out and post your results in the question.