Solar_Inflect::underToCamel()
public
string
Solar_Inflect::underToCamel
( string $str
)
Returns "foo_bar_baz" as "fooBarBaz".
Parameters
(string)
$str
: The underscore word.
Returns
(string) The word in camel-caps.
Description
Returns "foo_bar_baz" as "fooBarBaz".