Php limit string length. theindreshverma ( Added May 07, 10:53 pm ). Login. <?php $str = 'Hello world!'; $str = substr($str, 0, 6); echo $str; ?>.
確定! 回上一頁