Re: Trying to figure out contents stored in db field

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Unserialize it, and then use var_dump() to see what the object contains:
var_dump(unserialize($location_data));

On 8/14/05, Gregory Machin <gregory.machin@xxxxxxxxx> wrote:
> Hi
> The cms exponent story some data in a serialized array ..
> then column name id location_data and contains the following..
> 
> O:8:"stdClass":3:{s:3:"mod";s:10:"textmodule";s:3:"src";s:20:"@random419404caefcef";s:3:"int";s:0:"";}
> 
> i fugure there is an object stored in this serialized array. how do i
> figure out the properties of the object, I cant find the file that
> holds classe that it uese ..
> 
> Any ideas ?
> 
> Many Thanks
> 
> 
> --
> Gregory Machin
> greg@xxxxxxxxxxxxxx
> gregory.machin@xxxxxxxxx
> www.linuxpro.co.za
> Web Hosting Solutions
> Scalable Linux Solutions
> www.iberry.info (support and admin)
> www.goeducation (support and admin)
> +27 72 524 8096
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux