![]() |
Willkommen, Gast ( Anmelden | Registrierung )
![]() ![]() |
![]() |
![]()
Beitrag
#1
|
|
![]() Administrator ![]() ![]() ![]() Gruppe: Admin Beiträge: 552 Mitglied seit: 1-June 05 Wohnort: germany, hassia, bickenbach Mitglieds-Nr.: 1 ![]() |
Von: http://davidwalsh.name/word-wrap-mootools-php
Check out JS/Jquery Version: http://www.rt-designs.de/forums/JS-Jquery-...apper-t555.html CODE /**
* @function word_wrapper($text,$minWords = 3) * Diese funktion wrapped text in dem sie vor das letzte Wort ein * added und damit einen Umbruch erzeugt, wenn $text mehr als 3 Worte * enthaelt * */ function word_wrapper($text,$minWords = 3) { $return = $text; $arr = explode(' ',$text); if(count($arr) >= $minWords) { $arr[count($arr) - 2].= ' '.$arr[count($arr) - 1]; array_pop($arr); $return = implode(' ',$arr); } return $return; } -------------------- |
|
|
![]() ![]() |
Similar Topics
Thema | Replies | Topic Starter | Views | Last Action | |
---|---|---|---|---|---|
![]() |
PHP-JSON Ressourcen |
0 | jan | 39,796 | 27th September 2007 - 08:59 AM Last post by: jan |
![]() |
phpsessid abschalten damit sie in Google nicht mehr auftaucht |
0 | jan | 45,682 | 20th January 2007 - 14:01 PM Last post by: jan |
![]() |
Vereinfachte Darstellung | Aktuelles Datum: 3rd March 2021 - 09:19 AM |