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