Need help php array that i didnt know -


i have array:

array (     [_edit_last] => array ( [0] => 1 )    [mymail-campaigns] => array (       [0] => a:1:{i:379;a:3:s:4:"sent";b:1;s:9:"timestamp";i:1374085107;s:4:"open";i:1374085295;}}      )                  [_edit_lock] => array ( [0] => 1374095131:1 )     [mymail-userdata] => array (      [0] => :a5:{s:9:"firstname";s:0:"";s:8:"lastname";s:0:"";s:17:"nombre-y-apellido";s:16:"**fabrizio di   tata**";s:7:"celular";s:13:"**0261155890069**";s:5:"_meta";a:1:{s:2:"ip";s:0:"";}} ) 

)

and need data in bold.

i know need use foreach, not typical array know. please me.

the data in array item result of serialize() , can expanded array using unserialize()

serialize()

unserialize()


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -