Help for this page

Select Code to Download


  1. or download this
    $a[0][0] = ['00', '01'];
    $a[0][1] = ['10', '11'];
    ...
       1  ARRAY(0x55bb8d543fb8)
          0  10
          1  11
    
  2. or download this
    DB<69> x @a[0]
    0  ARRAY(0x55bb8ce673d8)
       0 undef
       1  ARRAY(0x55bb8d543fb8)
          0  10
          1  11