php截取特定字符前面和後面的內容

一、php 截取特定字符後面的內容  php 能夠使用函數strripos,獲取一個字符串在另外一個字符串中第一次出現的位置。html $number = '1_0';函數 $result = substr($number,strripos($number,"_")+1); echo $result;post 該程式輸出0   二、php 截取特定字符前面的內容 能夠使用函數strrops,獲取一
相關文章
相關標籤/搜索