= 2){ //echo $msg; if($minLen > strlen($msg)){ $minLen = strlen($msg); } break; } } } } printf("$minLen"); }else{ printf("-1"); } function cwwCheck($cStr){ $flg=false; if(strpos($cStr,'c') !== false && strpos($cStr,'w',strpos($cStr,'c')) !== false && strpos($cStr,'w',strpos($cStr,'w',strpos($cStr,'c'))+1) !== false){ $flg=true; } return $flg; }