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