当 PHP 脚本是某个 HTML 元素的目标动作时,CGI 参数就自动转换成可在 PHP 脚本内使用的 $_GET[] 或 $_POST[] superglobal 数组的成员。
When a PHP script is the target action of an HTML element, CGI parameters are automatically converted into members of the $_GET[] or $_POST[] superglobal arrays available within the PHP script.
参数将子集指定为输入数组中的偏移量和数组中要转换的元素数。
Parameters specify the subset as an offset in the input array, and the number of elements in the array to convert.
应用推荐