PHP获取中文首字母
     
   
   static public function getFirstCharter($str){ if(empty($str)) $fchar=ord($str); if($fchar>=ord('A')&&$fchar<=ord('z')) r...
    
2022年10月14日
    
    
    
          
          
      
   
static public function getFirstCharter($str){ if(empty($str)) $fchar=ord($str); if($fchar>=ord('A')&&$fchar<=ord('z')) r...
 
         