jugedred
11/17/2017 - 1:45 PM

文字を丸める

<?php
echo mb_strimwidth("Hello World", 0, 10, "...");
// Hello W... と出力します
?>