snake() snake(string $word) : string Converts strings from camel case to snake case (e.g. CamelCase camel_case). Parameters string $word Word to convert to snake case Returns string
camel() camel(string $word) : string Converts strings from snake_case to upper CamelCase Parameters string $word Value to convert into upper CamelCase Returns string