- http://tw.php.net/manual/en/function.mb-substr.php
- http://tw.php.net/manual/en/function.mb-strcut.php
<?
$text = "我很醜..可是我很溫柔。";
echo $text;
echo "<br />\n";
echo mb_substr( $text , 0 , 6 , "utf-8" );
echo "<br />\n";
echo mb_strcut( $text , 0 , 6 , "utf-8" );
?>
result:
我很醜..可是我很溫柔。
我很醜..可
我很
沒有留言:
張貼留言