Help for this page

Select Code to Download


  1. or download this
    my @array = [];
    $array[2][3] = 1;
    $array[345][10] = 2;
    $array[2][65535] = 10;