摘要:
function GetBetween($content,$start,$end){ $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return '';}echo GetBetween("abcdefghi... 阅读全文
posted @ 2012-04-05 21:25
IT技术畅销书
阅读(122)
评论(0)
推荐(0)

浙公网安备 33010602011771号