Skip to content

Instantly share code, notes, and snippets.

View UltraREX's full-sized avatar
🎯
Focusing

mLogger UltraREX

🎯
Focusing
  • ylr inc.
  • China
View GitHub Profile
@cristobal
cristobal / serialize.lua
Created September 6, 2012 10:38
Lua php serialize port
--[[
LUA variant of the php serialize function
Port of http://phpjs.org/functions/unserialize
]]--
function serialize (mixed_value)
-- body
local val, key, okey,
ktype, vals, count, _type;
ktype = ''; vals = ''; count = 0;