fork download
  1. <?php
  2.  
  3. $row[0]['sticker_id']='dsgs';
  4.  
  5.  
  6. $stickerId = array_column($row,'sticker_id');
  7. var_export($stickerId);
Success #stdin #stdout 0.03s 26148KB
stdin
Standard input is empty
stdout
array (
  0 => 'dsgs',
)