| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Version: | $Id: trim.php 10381 2008-06-01 03:35:53Z pasamio $ |
| File Size: | 68 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| utf8_ltrim( $str, $charlist = FALSE ) X-Ref |
| UTF-8 aware replacement for ltrim() Note: you only need to use this if you are supplying the charlist optional arg and it contains UTF-8 characters. Otherwise ltrim will work normally on a UTF-8 string author: Andreas Gohr <andi@splitbrain.org> return: string |
| utf8_rtrim( $str, $charlist = FALSE ) X-Ref |
| UTF-8 aware replacement for rtrim() Note: you only need to use this if you are supplying the charlist optional arg and it contains UTF-8 characters. Otherwise rtrim will work normally on a UTF-8 string author: Andreas Gohr <andi@splitbrain.org> return: string |
| utf8_trim( $str, $charlist = FALSE ) X-Ref |
| UTF-8 aware replacement for trim() Note: you only need to use this if you are supplying the charlist optional arg and it contains UTF-8 characters. Otherwise trim will work normally on a UTF-8 string author: Andreas Gohr <andi@splitbrain.org> return: string |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |