dsmgcse8876 2015-05-08 04:57
浏览 33
已采纳

循环逻辑不能影响每个元素

thanks in advance for helping, and looking.

I have a bunch of images whose paths and metadata I need to process in a web directory: e.g. 'path/to/files/u_1.jpg'

$list=array_values($list);
foreach ($list as &$value)
   list($width, $height) = getimagesize($dir.$udir.$value);
   $value = $predir.$udir.$value.$wid.$width.$hgt.$height.$lft.$end;

I used scandir to get the elements into the $list array correctly.
The rest of variables, are basically creating the img tags in an html page.

However, what I get is only the last element done correctly, the rest do not come out of the loop:

Array
(
[0] => u_1.jpg
...
[16] => u_8.jpg
[17] => img src="/images/photo/up/u_9.jpg" style="display: none; width: 1526px; height: 1080px; left: 0px; top: px; ">
)

But the metadata is correctly found (image height and width for that image).

What I need is to get every line to look like the last. I have searched but I think this may be a fundamental logic issue. Is there a way to pass the info to another holding array, or something along those lines?

  • 写回答

2条回答 默认 最新

  • doutuichan2681 2015-05-08 05:02
    关注

    Without {} foreach will consider on the next line to it. So only for the last element the values are set. Put {}s so that the foreach know what to process. Try with -

    foreach ($list as &$value) {
       list($width, $height) = getimagesize($dir.$udir.$value);
       $value = $predir.$udir.$value.$wid.$width.$hgt.$height.$lft.$end;
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b