Deserialize Array
546212Nov 15 2006 — edited Nov 15 2006Doesn anyone know how to deserialize an array coming from a web service using PHP? For instance the following array:
['database'] => 'oracle'
would appear serialized as so:
a:1:{s:8:"database";s:6:"oracle";}
Is there a build in PL/SQL function that does this?