dongtuwu8548 2011-02-24 22:52
浏览 25
已采纳

php内爆问题

I have an array $x = array(a,b,c); Each element of the array is a url.

There is a function link($x[$i]) which converts every element of the array into a hyperlink.

function convert($x){
 $new = explode(',',$x);
 for($i=0;$i<count($new);$i++){
   echo  link($new[$i]);  // converts the url to hyperlink
 }

This displays the output as url1 url2 etc. But wht if i want the comma ',' between the 2 urls. How do i get that, without the comma ',' being part of the hyperlink?

desired output would be

hyperlink1 , hyperlink2 etc  // note comma ',' should not be part of the hyperlink
  • 写回答

7条回答 默认 最新

  • dongxianglun5163 2011-02-24 22:59
    关注

    You can use the array_map and implode functions to make this easy.

    $urls = array('http://www.google.com/', 'http://www.stackoverflow.com/');
    
    $links = array_map("link", $urls);
    echo implode(', ', $links);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(6条)

报告相同问题?

悬赏问题

  • ¥15 蓝桥oj3931,请问我错在哪里
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染