underscore() public static method
Converts any "CamelCased" into an "underscored_word".
| public static string underscore ( $words ) | ||
|---|---|---|
| $words | string |
The word(s) to underscore |
underscore() public static method
Converts any "CamelCased" into an "underscored_word".
| public static string underscore ( $words ) | ||
|---|---|---|
| $words | string |
The word(s) to underscore |
Please login to continue.