Creating an Array: Difference between revisions

Content added Content deleted
Line 78:
 
@Array = ('This', 'That', 'And', 'The', 'Other');
 
$ArrayRef = ['This', 'That', 'And', 'The', 'Other'];
 
==[[PHP]]==