Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Deserialize Array

546212Nov 15 2006 — edited Nov 15 2006
Doesn 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 13 2006
Added on Nov 15 2006
4 comments
643 views