iT邦幫忙

0

【PHP】-資料處理 陣列刪除、重新排序、抓取收集-菜鳥筆記(4)

php
  • 分享至 

  • twitterImage
  •  
     $dates=$voucher['do_date'];
     $dates = explode(",",$dates);

     if(in_array($date,$dates)){
         //有找到執行區
     } else {
         //沒找到執行區
         unset($arr[$i]);
     }
// 重整陣列
$a = array_values($a);

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言