Dbmier LED Artcraft Tracing Light Pad Light Box Light Board Light Table- A4

PHP Tech Blog

Dbmier LED Artcraft Tracing Light Pad Light Box Light Board Light Table- A4

留言簿(5)

Links

My Favorites

推荐技术文章

阅读排行榜

评论排行榜

implode explode

  1. <?php  
  2. $array = array('lastname', 'email', 'phone');  
  3. $result = implode(",", $array);  
  4.   
  5. echo $result ; // lastname,email,phone  
  6.   
  7.   
  8.   
  9. $string = 'jpg|gif|png';  
  10. $result = explode('|',$string);  
  11.   
  12. print_r($result); //array('jpg','gif','png')  
  13.   
  14. ?>   
<?php $array = array('lastname', 'email', 'phone'); $result = implode(",", $array); echo $result ; // lastname,email,phone $string = 'jpg|gif|png'; $result = explode('|',$string); print_r($result); //array('jpg','gif','png') ?>

implode,explode是常用的将数组和字符串之间转换的函数

implode 将数组以一个字符连接成字符串

explode 使用一个字符串分割另一个字符串


posted on 2009-06-15 11:12 haix 阅读(198) 评论(0)  编辑 收藏 引用 网摘 所属分类: PHP


只有注册用户登录后才能发表评论。
网站导航:
Dbmier LED Artcraft Tracing Light Pad Light Box Light Board Light Table- A4