• <small id='gzdbz'></small><noframes id='gzdbz'>

    <legend id='gzdbz'><style id='gzdbz'><dir id='gzdbz'><q id='gzdbz'></q></dir></style></legend>
      <i id='gzdbz'><tr id='gzdbz'><dt id='gzdbz'><q id='gzdbz'><span id='gzdbz'><b id='gzdbz'><form id='gzdbz'><ins id='gzdbz'></ins><ul id='gzdbz'></ul><sub id='gzdbz'></sub></form><legend id='gzdbz'></legend><bdo id='gzdbz'><pre id='gzdbz'><center id='gzdbz'></center></pre></bdo></b><th id='gzdbz'></th></span></q></dt></tr></i><div id='gzdbz'><tfoot id='gzdbz'></tfoot><dl id='gzdbz'><fieldset id='gzdbz'></fieldset></dl></div>
      <tfoot id='gzdbz'></tfoot>

        <bdo id='gzdbz'></bdo><ul id='gzdbz'></ul>

        传递的数组丢失了除第一个元素之外的所有元素

        时间:2023-10-13
        <i id='NIGXH'><tr id='NIGXH'><dt id='NIGXH'><q id='NIGXH'><span id='NIGXH'><b id='NIGXH'><form id='NIGXH'><ins id='NIGXH'></ins><ul id='NIGXH'></ul><sub id='NIGXH'></sub></form><legend id='NIGXH'></legend><bdo id='NIGXH'><pre id='NIGXH'><center id='NIGXH'></center></pre></bdo></b><th id='NIGXH'></th></span></q></dt></tr></i><div id='NIGXH'><tfoot id='NIGXH'></tfoot><dl id='NIGXH'><fieldset id='NIGXH'></fieldset></dl></div>

          • <bdo id='NIGXH'></bdo><ul id='NIGXH'></ul>
                <tbody id='NIGXH'></tbody>

              <small id='NIGXH'></small><noframes id='NIGXH'>

              <tfoot id='NIGXH'></tfoot><legend id='NIGXH'><style id='NIGXH'><dir id='NIGXH'><q id='NIGXH'></q></dir></style></legend>

                1. 本文介绍了传递的数组丢失了除第一个元素之外的所有元素的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个奇怪的问题.我最近将我的应用程序从我的本地 xampp 安装迁移到 SUSE Enterprise Server 11,一切正常,但这一件事让我发疯,我找不到解决方案.

                  I have a strange problem. I recently migrated my application from my local xampp installation to a SUSE Enterprise Server 11 and everything is working but this one thing drives me crazy and I can't find a solution.

                  使用以下语法通过 GET 或 POST 传递数组时:

                  When passing arrays either through GET or POST using this syntax:

                  search_dggs.php?latmin[]=52.447529&latmin[]=22&lonmin=17.56&lonmax=22.16
                  

                  我只得到 latmin 的第一个元素.请注意,这只是我在其他需要传递数组的地方发生错误后尝试的简单示例.

                  I only get the first element of latmin. Mind you that this is only a simple example I tried after the error occurred in other places where the passing of arrays is necessary.

                  print_r($_SERVER["QUERY_STRING"]); 
                  

                  输出

                  latmin[]=52.447529&latmin[]=22&lonmin=17.56&lonmax=22.16
                  

                  但是

                  print_r($_GET);
                  

                  给予

                  Array
                  (
                      [latmin] => Array
                          (
                              [0] => 52.447529
                          )
                  
                      [lonmin] => 17.56
                      [lonmax] => 22.16
                  )
                  

                  完全相同的情况发生在所有 POST 请求中.

                  Exactly the same happens with all POST requests.

                  我使用的是 PHP 5.3.8 版.我猜是一些服务器配置的问题,但我找不到有关此问题的任何信息.

                  I'm using PHP Version 5.3.8. I guess the problem is some Server configuration but I couldn't find anything about this problem.

                  回复评论:

                  如果我提交任意数量的变量,也会发生同样的情况.

                  The same happens if I submit any number of variables.

                  parse_str($_SERVER["QUERY_STRING"]);
                  print_r($latmin);
                  

                  给予

                  Array
                  (
                      [0] => 52.447529
                  )
                  

                  php.ini 可以在这里

                  php.ini can be found here

                  您应该能够看到实际的行为 这里

                  You should be able to see the behaviour in action here

                  这个php文件的源文件是

                  The source file of this php file is

                  <?php
                  
                      $test="latmin[]=52.447529&latmin[]=22&lonmin=23&lonmax=22.16";
                      parse_str($test);
                      print_r($latmin);
                      phpinfo();
                  
                  ?>
                  

                  推荐答案

                  好吧,我的系统管理员进行了系统更新并重新启动,问题现已解决.未更改任何配置文件.

                  Well my System Admin did a system update and reboot and the issue is now fixed. No configuration files were changed.

                  这篇关于传递的数组丢失了除第一个元素之外的所有元素的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:JavaScript 相当于 PHP 的 __get() 魔法方法 下一篇:使用 htaccess 重写/重定向,以便单个 PHP 文件可以根据 GET/POST 变量显示数据

                  相关文章

                    <bdo id='7cNJy'></bdo><ul id='7cNJy'></ul>

                2. <tfoot id='7cNJy'></tfoot>

                  1. <legend id='7cNJy'><style id='7cNJy'><dir id='7cNJy'><q id='7cNJy'></q></dir></style></legend>

                      <small id='7cNJy'></small><noframes id='7cNJy'>

                    1. <i id='7cNJy'><tr id='7cNJy'><dt id='7cNJy'><q id='7cNJy'><span id='7cNJy'><b id='7cNJy'><form id='7cNJy'><ins id='7cNJy'></ins><ul id='7cNJy'></ul><sub id='7cNJy'></sub></form><legend id='7cNJy'></legend><bdo id='7cNJy'><pre id='7cNJy'><center id='7cNJy'></center></pre></bdo></b><th id='7cNJy'></th></span></q></dt></tr></i><div id='7cNJy'><tfoot id='7cNJy'></tfoot><dl id='7cNJy'><fieldset id='7cNJy'></fieldset></dl></div>