String utilities.
More...
String utilities.
- Author
- jc
- Version
- 1.0.0.1
Definition at line 10 of file UString.php.
◆ endswith()
static endswith |
( |
|
$hay, |
|
|
|
$needle |
|
) |
| |
|
static |
◆ firstReplace()
static firstReplace |
( |
|
$haystack, |
|
|
|
$needle, |
|
|
|
$replace |
|
) |
| |
|
static |
◆ getBooleanStr()
static getBooleanStr |
( |
|
$value | ) |
|
|
static |
◆ isBoolean()
static isBoolean |
( |
|
$value | ) |
|
|
static |
◆ isBooleanFalse()
static isBooleanFalse |
( |
|
$s | ) |
|
|
static |
◆ isBooleanTrue()
static isBooleanTrue |
( |
|
$s | ) |
|
|
static |
◆ isNotNull()
◆ isNull()
◆ pluralize()
static pluralize |
( |
|
$count, |
|
|
|
$caption, |
|
|
|
$plural = NULL |
|
) |
| |
|
static |
◆ replaceArray()
static replaceArray |
( |
|
$haystack, |
|
|
|
$needle, |
|
|
|
$replaceArray |
|
) |
| |
|
static |
◆ startswith()
static startswith |
( |
|
$hay, |
|
|
|
$needle |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: