Skip to content

Instantly share code, notes, and snippets.

View stevenseeley's full-sized avatar
🎯
Focusing

(mr_me) of Source Incite stevenseeley

🎯
Focusing
View GitHub Profile
class hack implements Serializable{
public function serialize()
{
return json_encode(array(
$this->name,
$this->data
));
}
public function unserialize($data)