Tuesday, July 10, 2012

PHP: simple array

$array = array(1, 2, 3, 4, 5);

Resource:
http://php.net/manual/es/language.types.array.php

No comments: