I found this record in the database which is used to hold multiple values. I want to know what is this format called so that I know how to deal with it?
a:4:
You can use unserialize($sVarwiththeSerializedData) to revert it to the original state .
unserialize($sVarwiththeSerializedData)