[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/library/utf8/ -> trim.php (summary)

(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

Defines 3 functions

  utf8_ltrim()
  utf8_rtrim()
  utf8_trim()

Functions
Functions that are not part of a class:

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