PHP WebSocket2 Library
PHP5 Library for browsing web
|
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... | |
Class that contains some helper methods for strings.
|
static |
Converts string to lower case (USASCII only).
string | $str | Target string |
string | Lower-case string |
|
static |
Converts string to upper case (USASCII only).
string | $str | Target string |
string | Upper-case string |