PHP - File Handling
Which of the following is the correct syntax to decode a JSON string into an associative array in PHP?
json_decode() controls whether the result is an associative array (true) or an object (false or omitted).true as the second argument to get an associative array.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions