That is a serialize()
'd variable, you can use unserialize()
to convert back to the appropriate datatype - in this case an Array with Integer indexes and values.
For WordPress there is a function called maybe_unserialize()
which is useful for database values if you aren't sure if it has been serialized or not.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…