<?php
$str
=
"学习php是一件快乐的事。"
;
preg_match_all(
"/[x80-xff]+/"
,
$match
);
//UTF-8 使用:
//preg_match_all("/[x{4e00}-x{9fa5}]+/u", $str, $match);
print_r(
?>