Help for this page

Select Code to Download


  1. or download this
    $VAR1 = [
              \\$VAR1->[0],
              ${$VAR1->[0]}
            ];
    
  2. or download this
    $VAR1 = \\$VAR1;
    $VAR2 = ${$VAR1};
    
  3. or download this
    $REF1 = \$REF2;
    $REF2 = \$REF1;