PHP Automatic Cut String Function

 

Script fungsi sederhana untuk melakukan pemotongan string atau kalimat secara otomatis pembulatan per kata;
Skrinya sebagai berikut :
<font COLOR=”#ff6600″>&lt;?php</font><font COLOR=”#ff6600″>
</font><font COLOR=”#ff6600″> /**</font><font COLOR=”#ff6600″>
</font><font COLOR=”#ff6600″> * @author Hadi Suwantoro</font><font COLOR=”#ff6600″>
</font><font COLOR=”#ff6600″> * @copyright 2008</font><font COLOR=”#ff6600″>
</font><font COLOR=”#ff6600″> *</font><font COLOR=”#ff6600″>
</font><font COLOR=”#ff6600″> * Cutting String</font><font COLOR=”#ff6600″>
</font><font COLOR=”#ff6600″> *</font><font COLOR=”#ff6600″>
</font><font COLOR=”#ff6600″> * @param string $ string ,</font><font COLOR=”#ff6600″>
</font><font COLOR=”#ff6600″> * [...]

Continue reading