fork(1) download
  1. <?php
  2.  
  3. $colors = '{"_1516650595800_800":{"color_hex":"#256a10","names":"Green"}}';
  4.  
  5. $colorsArray = \unserialize($colors);
  6.  
  7. var_dump($colorsArray);
  8.  
Success #stdin #stdout #stderr 0.02s 23712KB
stdin
Standard input is empty
stdout
bool(false)
stderr
PHP Notice:  unserialize(): Error at offset 0 of 62 bytes in /home/TlskAW/prog.php on line 5