search
HomeBackend DevelopmentPHP ProblemHow to convert json to array in php

How to convert json to array in php

Aug 15, 2020 pm 01:26 PM
jsonphparray

php method to convert json into an array: You can use the json_decode() function to achieve this. This function is used to receive a json format string and convert it into a php variable. If the parameter $assoc is true, the function returns an array.

How to convert json to array in php

json_decode accepts a JSON format string and converts it into a PHP variable. When the parameter $assoc is TRUE, array will be returned, otherwise object will be returned. .

(Recommended tutorial: php graphic tutorial)

Grammar:

json_decode(string $json[,bool $assoc = false[,int $depth = 512[,int $options = 0]]])

(Recommended video tutorial: php video tutorial )

Code implementation:

<?php

// 在PHP变量中存储JSON数据

$json = &#39;{"Peter":65,"Harry":80,"John":78,"Clark":90}&#39;;

var_dump(json_decode($json, true));

?>

Output result:

How to convert json to array in php

The above is the detailed content of How to convert json to array in php. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools