fork(1) download
  1. <?php
  2.  
  3. $str = 'a:2:{i:0;i:8287681;i:1;s:0:"";}';
  4. $data = unserialize($str);
  5. print_r($data);
Success #stdin #stdout 0.03s 25788KB
stdin
Standard input is empty
stdout
Array
(
    [0] => 8287681
    [1] => 
)