functions-online

Comments

Last comments for serialize()

On 18. Jul 2013 13:10 Ranjan wrote:

Hi, I am using the PHP and serialized[0].hash method.its out put is as a[0][id]=2&a[2][id]=3...so on So how to get result in parent and child id and proper format. Thanks Ranjan

On 27. Jun 2012 14:03 Ymox wrote:

'array("label"=>null, "value"=>null)' doesn't work as well, and using single quotes instead does not help. I also tried to remove the space, escape the quotes: nada.

On 17. Jun 2012 16:21 butzi wrote:

@tfe: you are right, i will take a look at this.

On 13. Jun 2012 09:27 tfe wrote:

Looks like 'array('test', array( array(1)))' doesn't work.

On 07. Oct 2011 09:15 butzi wrote:

@bpelhos: It is supported (array(array()) work), but you need to format the content right.

On 03. Oct 2011 17:05 bpelhos wrote:

Array in array is not supported, it seems.

On 22. Mar 2011 09:45 butzi wrote:

@piotroff: What are you trying?

On 21. Mar 2011 15:01 piotroff wrote:

Seems that array support is tricky; I can't get it working...

On 01. Apr 2010 10:46 butzi wrote:

array() is now supported.

On 22. Jan 2010 01:29 Dennis wrote:

This function recognizes arrays unless you use single quotes (') to delimit strings instead of double quotes (").