Flow PHP

StringStyles : string

Cases

CAMEL  = 'camel'
KEBAB  = 'kebab'
LOWER  = 'lower'
SNAKE  = 'snake'
TITLE  = 'title'
UPPER  = 'upper'

Methods

all()  : array<string|int, string>
convert()  : string
fromString()  : self

Cases

Methods

all()

public static all() : array<string|int, string>
Return values
array<string|int, string>

convert()

public convert(string $value) : string
Parameters
$value : string
Return values
string

        
On this page

Search results