PHP中unserialize的使用方法

unserialize 对单一的已序列化的变量进行操作,将其转换回PHP值。 返回的是转换之后的值,可为int…