摘要:/** * function cut is used to cut string between $from and $to */ function cut($str,$from,$to,$direct='out') { //echo "$str \n $from \n $to \n"; //$from = "\""; $to = "\""; $frompos = strp...
阅读全文
posted @ 2005-11-15 21:21