Creating an Array: Difference between revisions

Content added Content deleted
Line 78: Line 78:


@Array = ('This', 'That', 'And', 'The', 'Other');
@Array = ('This', 'That', 'And', 'The', 'Other');

$ArrayRef = ['This', 'That', 'And', 'The', 'Other'];


==[[PHP]]==
==[[PHP]]==