Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
en:create:array [16.01.2015 11:56] – Added associative arrays adminen:create:array [26.10.2018 09:54] – [Arrays] rafael.wilms
Line 37: Line 37:
  
 <code php> <code php>
-$a = array()+$a = array();
 for ($i=0; $i<10; $i++) { for ($i=0; $i<10; $i++) {
   $a[] = $i + 1;   $a[] = $i + 1;
en/create/array.txt · Last modified: 18.11.2020 17:30 by sophia.schauer
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki