PHP WebSocket2 Library
PHP5 Library for browsing web
TextHelpers Class Reference

Class that contains some helper methods for strings. More...

Static Public Member Functions

static toLower ($str)
 Converts string to lower case (USASCII only). More...
 
static toUpper ($str)
 Converts string to upper case (USASCII only). More...
 

Detailed Description

Class that contains some helper methods for strings.

Member Function Documentation

static toLower (   $str)
static

Converts string to lower case (USASCII only).

Parameters
string$strTarget string
Return values
stringLower-case string
static toUpper (   $str)
static

Converts string to upper case (USASCII only).

Parameters
string$strTarget string
Return values
stringUpper-case string

The documentation for this class was generated from the following file: