File path: dist/twist/Core/Utilities/User.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
base64url_decode
—
Name | Description |
---|---|
$strBase64URL | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strBase64URL = 'foo';
//Call the function base64url_decode with the example vars
Twist::User() -> base64url_decode($strBase64URL);