static google\appengine\util\StringUtil::base64UrlDecode |
( |
|
$input | ) |
|
|
static |
- Parameters
-
string | $input | The url safe Base64 encoded string. |
- Returns
- string The original string which may not be url safe.
static google\appengine\util\StringUtil::base64UrlEncode |
( |
|
$input | ) |
|
|
static |
- Parameters
-
string | $input | The string which may not be url safe. |
- Returns
- string A Base64 encoded url safe string.
static google\appengine\util\StringUtil::endsWith |
( |
|
$input, |
|
|
|
$suffix |
|
) |
| |
|
static |
Return true if the first paramater contains the second parameter at the end.
- Parameters
-
string | $input | The input string which may contain the suffix. |
string | $suffix | The string to look for at the end of the input. |
- Returns
- boolean
true
iff the input contains the suffix at the end.
static google\appengine\util\StringUtil::startsWith |
( |
|
$input, |
|
|
|
$prefix |
|
) |
| |
|
static |
- Parameters
-
string | $input | The string which may contain the prefix at the start. |
string | $prefix | The string to look for at the start of the input. |
- Returns
- boolean
true
iff the input contains the prefix at the start.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/php/sdk/google/appengine/util/string_util.php