Tag: xml string to unserialize
-
PHP: How to unserialize for XML string
WordPress is a powerfull tool for blog and it keep all data in serialize format and user can easily get these values from database by get_option() function. But some time we need to use unserialize function to get some specific value from the string. So we simply use unserialize function on stored string and get…