PHP 클래스 cascade\Util

파일 보기 프로젝트 열기: theorchard/monolog-cascade 1 사용 예제들

공개 메소드들

메소드 설명
snakeToCamelCase ( string $input ) : null | string Convert a string from snake_case to camelCase.

메소드 상세

snakeToCamelCase() 공개 정적인 메소드

If the input is not a string, null is returned.
public static snakeToCamelCase ( string $input ) : null | string
$input string Input snake_case string
리턴 null | string Output camelCase string