Home >Backend Development >PHP Tutorial >Is this sentence wrong?

Is this sentence wrong?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-06 13:52:281071browse

Isn’t the POST data obviously a string? Why is it called an array?
Is this sentence wrong?

Reply content:

Isn’t the POST data obviously a string? Why is it called an array?
Is this sentence wrong?

If

POST data is passed in the two formats of x-www-form-urlencoded or multipart/form-data, its content can be parsed into an array. These two formats are currently the most common POST parameter formats, and their specifications Understand how parameters are encapsulated into POST data and how to parse them on the server side.

That’s right that the POST data is a string. More precisely, the value is a string. This picture explains it well
Is this sentence wrong?

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