[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/i18n/src/charset/ -> driver.inc.php (summary)

(no description)

File Size: 306 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 40 functions

  lmb_use_charset_driver()
  lmb_get_charset_driver()
  lmb_strlen()
  _strlen()
  lmb_substr()
  _substr()
  lmb_str_replace()
  _str_replace()
  lmb_ltrim()
  _ltrim()
  lmb_rtrim()
  _rtrim()
  lmb_trim()
  _trim()
  lmb_strtolower()
  _strtolower()
  lmb_strtoupper()
  _strtoupper()
  lmb_strpos()
  _strpos()
  lmb_strrpos()
  _strrpos()
  lmb_ucfirst()
  _ucfirst()
  lmb_strcasecmp()
  _strcasecmp()
  lmb_substr_count()
  _substr_count()
  lmb_str_split()
  _str_split()
  lmb_preg_match()
  _preg_match()
  lmb_preg_match_all()
  _preg_match_all()
  lmb_preg_replace()
  _preg_replace()
  lmb_preg_replace_callback()
  _preg_replace_callback()
  lmb_preg_split()
  _preg_split()

Functions
Functions that are not part of a class:

lmb_use_charset_driver($driver)   X-Ref


lmb_get_charset_driver()   X-Ref
No description

lmb_strlen($string)   X-Ref
Multibyte aware replacement for strlen()


_strlen($string)   X-Ref


lmb_substr($str, $start, $length=null)   X-Ref
Multibyte aware replacement for substr()


_substr($str, $start, $length=null)   X-Ref


lmb_str_replace($s, $r, $str)   X-Ref
Multibyte aware replacement for strrepalce()


_str_replace($s, $r, $str)   X-Ref


lmb_ltrim($str, $charlist = '')   X-Ref
Multibyte aware replacement for ltrim()


_ltrim($str, $charlist = '')   X-Ref


lmb_rtrim($str, $charlist = '')   X-Ref
Multibyte aware replacement for ltrim()


_rtrim($str, $charlist = '')   X-Ref


lmb_trim($str, $charlist = '')   X-Ref
Multibyte aware replacement for trim()


_trim($str, $charlist = '')   X-Ref


lmb_strtolower($string)   X-Ref
This is a unicode aware replacement for strtolower()


_strtolower($string)   X-Ref


lmb_strtoupper($string)   X-Ref
This is a unicode aware replacement for strtoupper()


_strtoupper($string)   X-Ref


lmb_strpos($haystack, $needle, $offset=null)   X-Ref
Multibyte aware replacement for strpos


_strpos($haystack, $needle, $offset=null)   X-Ref


lmb_strrpos($haystack, $needle, $offset=null)   X-Ref
Multibyte aware replacement for strrpos


_strrpos($haystack, $needle, $offset=null)   X-Ref


lmb_ucfirst($str)   X-Ref
Multibyte aware replacement for ucfirst


_ucfirst($str)   X-Ref


lmb_strcasecmp($strX, $strY)   X-Ref
No description

_strcasecmp($strX, $strY)   X-Ref


lmb_substr_count($haystack, $needle)   X-Ref
Multibyte aware replacement for substr_count


_substr_count($haystack, $needle)   X-Ref


lmb_str_split($str, $split_len=1)   X-Ref
Multibyte aware replacement for str_split


_str_split($str, $split_len=1)   X-Ref


lmb_preg_match($pattern, $subject, &$matches, $flags=null, $offset=null)   X-Ref
This is multibyte aware alternative to preg_match


_preg_match($pattern, $subject, &$matches, $flags=null, $offset=null)   X-Ref


lmb_preg_match_all($pattern, $subject, &$matches, $flags=null, $offset=null)   X-Ref
This is multibyte aware alternative to preg_match_all


_preg_match_all($pattern, $subject, &$matches, $flags=null, $offset=null)   X-Ref


lmb_preg_replace($pattern, $replacement, $subject, $limit=null)   X-Ref
This is multibyte aware alternative to preg_replace


_preg_replace($pattern, $replacement, $subject, $limit=null)   X-Ref


lmb_preg_replace_callback($pattern, $callback, $subject, $limit=null)   X-Ref
This is multibyte aware alternative to preg_replace_callback


_preg_replace_callback($pattern, $callback, $subject, $limit=null)   X-Ref


lmb_preg_split($pattern, $subject, $limit=null, $flags=null)   X-Ref
This is multibyte aware alternative to preg_split


_preg_split($pattern, $subject, $limit=null, $flags=null)   X-Ref




Generated: Sat Nov 22 03:48:54 2008 Cross-referenced by PHPXref 0.7