<?php 
$zsname = '中文测试'; 
if(preg_match_all("/^([\x81-\xfe][\x40-\xfe])+$/",$zsname,$match)) 
print_r($match[0]); 
else 
exit(); 
?>