File path: dist/twist/Core/Models/User/User.model.php
Namespace: Twist\Core\Models\User
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
$resUser = new \Twist\Core\Models\User\User();
$resUser -> base64url_decode($strBase64URL);