インターセプト文字列
$string="2006 年 4 月に 1 歳になりました!";
echo substr($string,1)."..."
//インターセプト文字列
function SubstrGB($in) ,$num)
{
$pos=0;
while($pos
$c=substr($in,$pos, 1); ($c=="n") ブレーク;
if(ord($c)>128)
$out.=$c;
$c=substr($in ,$pos,1) );
$out.=$c;
else
{
$out.=$c;
$pos++;
return $out; }
echo SubstrGB($string,8);
?>
/*************************************************** * ***********************
* *cut_string.php
* * ----------------- - ----------
* 日付: 2005 年 7 月 16 日
* 著作権: なし
* メール:
*
* 機能: 中国語の文字をインターセプトします。 ***** ******************************************** ****** *****************/
function Cut_str($string, $sublen, $start = 0, $code = 'UTF- 8')
{
if($code == 'UTF-8')
{
$pa = "/[x01-x7f]|[xc2-xdf][x80-xbf]|xe0[ xa0-xbf][ x80-xbf]|[xe1-xef][x80-xbf][x80-xbf]|xf0[x90-xbf][x80-xbf][x80-xbf]|[xf1-xf7][x80 -xbf][x80 -xbf][x80-xbf]/";
preg_match_all($pa, $string, $t_string);
if(count($t_string[0]) - $start > $sublen) return join ('', array_slice) ($t_string[0], $start, $sublen))."..."; ('', array_slice($t_string[0], $start, $sublen))."... }
;それ以外の場合、($ i = 0; $ i< $ strlen; $ i ++)> 129)$ tmpstr($ string、$ i、2)> 129)$ i++;
;br>" .cut_str($string,8,$start=0,$code='sdf') ;
?>
http://www.bkjia.com/PHPjc/317768.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/317768.html
技術記事
Intercept string?php $string="2006 年 4 月に 1 歳になりました!"; echosubstr($string,1)."..."; //Intercept string functionSubstrGB($in,$num) { $pos=0 ; $out="" while($poststrlen($in...