TwistPHP Documentation

base64url_encode

File path: dist/twist/Core/Models/User/User.model.php
Namespace: Twist\Core\Models\User
Extends:

base64url_encode

Parameters

Name Type Description
$strDatastringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strData 'foo';

//Call the function base64url_encode with the example vars
$resUser = new \Twist\Core\Models\User\User();
$resUser -> base64url_encode($strData);