A simple question

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
llest
Forum Newbie
Posts: 2
Joined: Fri Apr 04, 2014 1:49 am

A simple question

Post by llest »

Hi!

Simple question: What is this?

a:1:{i:0;s:0:"";}

And how can i use it in my php code?

Thank you!
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: A simple question

Post by Celauran »

It's a serialized array. Just call unserialize on it.
llest
Forum Newbie
Posts: 2
Joined: Fri Apr 04, 2014 1:49 am

Re: A simple question

Post by llest »

Nice! Works! :)

Thank you!
Post Reply