TwistPHP Documentation

comparePasswordHash

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

comparePasswordHash

Parameters

Name Type Description
$strPasswordHashstringn/a

Return Values

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

Example

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

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