Created
January 24, 2013 00:21
-
-
Save stansmet/4616210 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$str = <<<STR | |
a:2:{i:0;O:8:"stdClass":13:{s:12:"cart_item_id";s:2:"74";s:7:"cart_id";s:1:"1";s:3:"nid";s:3:"283";s:3:"qty";s:1:"3";s:7:"changed";s:10:"1358986013";s:4:"data";a:2:{s:9:"shippable";s:1:"1";s:6:"module";s:10:"uc_product";}s:3:"vid";s:3:"283";s:5:"title";s:12:"Торшер";s:4:"cost";s:7:"0.00000";s:5:"price";s:11:"90000.00000";s:6:"weight";s:1:"0";s:6:"module";s:10:"uc_product";s:5:"model";s:20:"Light Show 9982TL-2L";}i:1;O:8:"stdClass":13:{s:12:"cart_item_id";s:2:"75";s:7:"cart_id";s:1:"1";s:3:"nid";s:3:"980";s:3:"qty";s:1:"1";s:7:"changed";s:10:"1358986013";s:4:"data";a:2:{s:9:"shippable";s:1:"1";s:6:"module";s:10:"uc_product";}s:3:"vid";s:3:"980";s:5:"title";s:12:"Люстра";s:4:"cost";s:7:"0.00000";s:5:"price";s:10:"4550.00000";s:6:"weight";s:1:"0";s:6:"module";s:10:"uc_product";s:5:"model";s:14:"Blitz L1729-46";}} | |
STR; | |
print_r(unserialize(urldecode($str))); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment