Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
cascade
Util
PHP Class cascade\Util
Show file
Open project: theorchard/monolog-cascade
Class Usage Examples
Public Methods
Method
Description
snakeToCamelCase
(
string
$input
) :
null
|
string
Convert a string from snake_case to camelCase.
Method Details
snakeToCamelCase()
public
static
method
If the input is not a string, null is returned.
public
static
snakeToCamelCase
(
string
$input
) :
null
|
string
$input
string
Input snake_case string
return
null
|
string
Output camelCase string