A me funziona:

Codice PHP:
<pre>
<?php 
$string 
'a:1:{s:4:"page";i:1;}';
$mixed unserialize($string);
print_r($mixed);
?>
</pre>