如何获取表单名称值的数组

问题描述:

例如是

<input type="text" name="description[]">
<input type="text" name="description[]">
<input type="text" name="description[]">


像这样用我的形式
我想获取描述[]

如何获取


Like this i used in my form
I want to get description[]

How can i get

,您将在从零开始的整数索引数组中接收描述.

作为示例
you would receve description in integer indexed array starting from zero.

as examepl


count = count(
count=count(


_GET [' 描述']); for(
_GET['description']); for(