Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. <pre><?php
  2. $array = 'a:10:{s:5:"error";b:0;s:9:"signature";s:4:"8BPS";s:10:"version_id";i:1;s:8:"channels";i:3;s:6:"height";i:1050;s:5:"width";i:1014;s:11:"color-depth";i:8;s:10:"color-mode";a:2:{s:4:"code";i:3;s:4:"mode";s:3:"rgb";}s:22:"color-mode-data-length";i:0;s:15:"color-mode-data";i:0;}';
  3. $newarray = unserialize($array);
  4. print_r($newarray);
  5. ?></pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement