Array:
Array is a group of items similar in properties.
Item consist of two items, key and value.
PHP is loosely typed, so there is no need to define the array at the begining and there is no need to tell the size before using it.
Create an array with array() keyword.
Array is a group of items similar in properties.
Item consist of two items, key and value.
PHP is loosely typed, so there is no need to define the array at the begining and there is no need to tell the size before using it.
Create an array with array() keyword.
No comments:
Post a Comment