См. определение в файле stringhelper.php строка 16
◆ camel2snake()
static camel2snake |
( |
| $str | ) |
|
|
static |
Changes registry from CamelCase to snake_case
- Аргументы
-
- Возвращает
- string
См. определение в файле stringhelper.php строка 44
◆ isStringable()
static isStringable |
( |
| $value | ) |
|
|
static |
Checks if $value is convertable in string
- Аргументы
-
- Возвращает
- bool
См. определение в файле stringhelper.php строка 96
◆ snake2camel()
static snake2camel |
( |
| $str | ) |
|
|
static |
Changes registry from snake_case or SNAKE_CASE to CamelCase
- Аргументы
-
- Возвращает
- mixed
См. определение в файле stringhelper.php строка 56
◆ str_replace()
static str_replace |
( |
| $search, |
|
|
| $replace, |
|
|
| $str ) |
|
static |
Compatible with php 8 for nested arrays. Only the first level of the array is processed.
- Аргументы
-
mixed | $search | |
mixed | $replace | |
mixed | $str | |
- Возвращает
- mixed
См. определение в файле stringhelper.php строка 70
◆ strtoupper()
static strtoupper |
( |
| $str | ) |
|
|
static |
Regular uppercase with result cache
- Аргументы
-
- Возвращает
- mixed
См. определение в файле stringhelper.php строка 25