camelize() public static method
Returns given word as CamelCased Converts a word like "send_email" to "SendEmail". It will remove non alphanumeric character from the word, so "who's online" will be converted to "WhoSOnline"
See also variablize().
public static string camelize ( $word ) | ||
---|---|---|
$word | string |
The word to CamelCase |
Please login to continue.