Class NCLStr

Description

Description of NCLStr

  • author: seagull

Located in /NCL/NCLStr.php (line 13)


	
			
Variable Summary
static mixed $charset
Method Summary
static void connectLetters ( $lettersArr)
static void explode ( $pattern,  $string)
static void isLowerCase ( $phrase)
static void isUpperCase ( $phrase)
static void splitLetters ( $phrase)
static void strlen ( $str)
static void strpos ( $haystack,  $needle, [ $offset = 0])
static type strrpos (type $haystack, type $needle, [type $offset = null])
static void strtolower ( $str)
static void strtoupper ( $str)
static void substr ( $str,  $start, [ $length = null])
Variables
static mixed $charset = 'utf-8' (line 16)
Methods
static method connectLetters (line 92)
static void connectLetters ( $lettersArr)
  • $lettersArr
static method explode (line 97)
static void explode ( $pattern,  $string)
  • $pattern
  • $string
static method isLowerCase (line 71)
static void isLowerCase ( $phrase)
  • $phrase
static method isUpperCase (line 76)
static void isUpperCase ( $phrase)
  • $phrase
static method splitLetters (line 81)
static void splitLetters ( $phrase)
  • $phrase
static method strlen (line 40)
static void strlen ( $str)
  • $str
static method strpos (line 31)
static void strpos ( $haystack,  $needle, [ $offset = 0])
  • $haystack
  • $needle
  • $offset
static method strrpos (line 66)

Обертка для strrpos

static type strrpos (type $haystack, type $needle, [type $offset = null])
  • type $haystack
  • type $needle
  • type $offset
static method strtolower (line 49)
static void strtolower ( $str)
  • $str
static method strtoupper (line 54)
static void strtoupper ( $str)
  • $str
static method substr (line 22)
static void substr ( $str,  $start, [ $length = null])
  • $str
  • $start
  • $length

Documentation generated on Wed, 06 Jul 2011 00:09:01 +0300 by phpDocumentor 1.4.3