[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/joomla/string/src/phputf8/ -> trim.php (summary)

(no description)

File Size: 63 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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
return: string



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer