Encode a string with URL-safe Base64.
public static urlsafeB64Encode ( string $input ) : string | ||
$input | string | The string you want encoded |
Результат | string | The base64 encode of what you passed in |
public static urlsafeB64Encode ( string $input ) : string | ||
$input | string | The string you want encoded |
Результат | string | The base64 encode of what you passed in |