摘要:
function preMatch($i,$str){ preg_match_all('/([^;]{1,};){2}/',$args,$matches); if(!empty($matches[0])){ $str=""; foreach($matches[0] as $substr) { $str.=$substr; } $len=strlen($str); $subStr= substr($args,$len); if(isset($subStr)) array_push ($matches[0], $subStr); print_r($matches 阅读全文
posted @ 2013-01-08 14:22
lsl8966
阅读(348)
评论(0)
推荐(0)
浙公网安备 33010602011771号