|
static | camelCase ($value) |
| Convert a string to camelCase.
|
|
static | getStrLen ($str) |
| Misc function used to count the number of bytes in a post body, in the world of multi-byte chars and the unpredictability of strlen/mb_strlen/sizeof, this is the only way to do that in a sane manner at the moment.
|
|
static | normalize ($arr) |
| Normalize all keys in an array to lower-case.
|
|
static | urlSafeB64Decode ($b64) |
|
static | urlSafeB64Encode ($data) |
|
◆ camelCase()
static Google_Utils::camelCase |
( |
| $value | ) |
|
|
static |
Convert a string to camelCase.
- Parameters
-
- Return values
-
◆ getStrLen()
static Google_Utils::getStrLen |
( |
| $str | ) |
|
|
static |
◆ normalize()
static Google_Utils::normalize |
( |
| $arr | ) |
|
|
static |
Normalize all keys in an array to lower-case.
- Parameters
-
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Utils.php