| [ Index ] |
PHP Cross Reference of MantisBT |
[Source view] [Print] [Project Stats]
(no description)
| Version: | $Id: trim.php,v 1.1 2006/02/25 13:50:17 harryf Exp $ |
| 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: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |