phpUnserialize ( text )
Unserialize values which were serialized by PHP's serialize() function
Average rating: 4.4 (27 votes) Log in to vote
Sam Barnum - Show more from this author
360Works http://360works.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
If you come across values in a database which start with a type and contain colon-delimited data, that's probably a value written by PHP's serialize() function. This is a quick little function to convert those values to FileMaker types.
Comments
Daniel Feb 15, 2015 |
||
Arrays! | ||
colin Jan 11, 2019 |
||
Fantastic thank you!! Now I can read this wordpress data | ||
Daniel Oct 8, 2020 |
||
Does anyone have a solution to unserialize arrays? | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.