Welcome Guest, Not a member yet? Register   Sign In
what is an associative array?
#4

(This post was last modified: 08-13-2018, 12:46 AM by Pertti.)

To convert object to array, you can do:
PHP Code:
$encoded_data = (array) $encoded_data

Tho json_encode($data, true) should already return array, so there might be something else going on. Apparently it's only available since PHP 5.4.0, could it be you're on older version?
Reply


Messages In This Thread
what is an associative array? - by richb201 - 08-12-2018, 01:53 PM
RE: what is an associative array? - by richb201 - 08-13-2018, 12:25 AM
RE: what is an associative array? - by Pertti - 08-13-2018, 12:45 AM
RE: what is an associative array? - by richb201 - 08-13-2018, 01:03 AM
RE: what is an associative array? - by richb201 - 08-13-2018, 01:14 AM
RE: what is an associative array? - by richb201 - 08-13-2018, 01:37 AM
RE: what is an associative array? - by Pertti - 08-13-2018, 02:17 AM
RE: what is an associative array? - by richb201 - 08-13-2018, 02:51 AM
RE: what is an associative array? - by richb201 - 08-13-2018, 03:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB