<?php class Foo { private $bar = 42; } $s = serialize(new Foo); var_dump($s); var_dump(urlencode($s));
You have javascript disabled. You will not be able to edit any code.