Medium
Is this code valid?
<?php
define('ANIMALS',[
'dog',
'cat',
'bird',
]);
Author: Julien BreuxStatus: PublishedQuestion passed 1096 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Is this code valid?
<?php
define('ANIMALS',[
'dog',
'cat',
'bird',
]);