|
static | getLength ($str) |
|
static | getSubstring ($str, $start,... $args) |
|
static | getPosition ($haystack, $needle, $offset=0) |
|
static | getLastPosition ($haystack, $needle, $offset=0) |
|
static | getPositionIgnoreCase ($haystack, $needle, $offset=0) |
|
static | getLastPositionIgnoreCase ($haystack, $needle, $offset=0) |
|
static | changeCaseToLower ($str) |
|
См. определение в файле binarystring.php строка 13
◆ changeCaseToLower()
static changeCaseToLower |
( |
| $str | ) |
|
|
static |
Binary version of strtolower.
- Аргументы
-
- Возвращает
- string
См. определение в файле binarystring.php строка 90
◆ getLastPosition()
static getLastPosition |
( |
| $haystack, |
|
|
| $needle, |
|
|
| $offset = 0 ) |
|
static |
Binary version of strrpos.
- Аргументы
-
| $haystack | |
| $needle | |
int | $offset | |
- Возвращает
- bool|int
См. определение в файле binarystring.php строка 56
◆ getLastPositionIgnoreCase()
static getLastPositionIgnoreCase |
( |
| $haystack, |
|
|
| $needle, |
|
|
| $offset = 0 ) |
|
static |
Binary version of strripos.
- Аргументы
-
| $haystack | |
| $needle | |
int | $offset | |
- Возвращает
- int
См. определение в файле binarystring.php строка 80
◆ getLength()
Binary version of strlen.
- Аргументы
-
- Возвращает
- int
См. определение в файле binarystring.php строка 20
◆ getPosition()
static getPosition |
( |
| $haystack, |
|
|
| $needle, |
|
|
| $offset = 0 ) |
|
static |
Binary version of strpos.
- Аргументы
-
| $haystack | |
| $needle | |
int | $offset | |
- Возвращает
- bool|int
См. определение в файле binarystring.php строка 44
◆ getPositionIgnoreCase()
static getPositionIgnoreCase |
( |
| $haystack, |
|
|
| $needle, |
|
|
| $offset = 0 ) |
|
static |
Binary version of stripos.
- Аргументы
-
| $haystack | |
| $needle | |
int | $offset | |
- Возвращает
- int
См. определение в файле binarystring.php строка 68
◆ getSubstring()
static getSubstring |
( |
| $str, |
|
|
| $start, |
|
|
| $args ) |
|
static |
Binary version of substr.
- Аргументы
-
- Возвращает
- string
См. определение в файле binarystring.php строка 32