Hi
I have a data format as follows, it does not seem to be a standard PHP or JSON serialized datatype. Neither method of unserializing it seems to work:
(This is a sample and returned from a payment gateway).
Any ideas what this is and how I can turn it into an array? (I am fetching it from a MySQL text field)
Thanks
I have a data format as follows, it does not seem to be a standard PHP or JSON serialized datatype. Neither method of unserializing it seems to work:
(This is a sample and returned from a payment gateway).
PHP:
a:2:{s:16:"authAmountString";s:10:"£33.39";s:11:"_SP_charEnc";s:5:"UTF-8";}
Any ideas what this is and how I can turn it into an array? (I am fetching it from a MySQL text field)
Thanks
Last edited: