23

If I understood properly you can add value to an array by using :

$myArray[] = 123;

or

array_push($myArray, 123);

Is one cleaner/faster then the other one ?

Jla
  • 11,304
  • 14
  • 61
  • 84

0 Answers0