SproutCMS

This is the code documentation for the SproutCMS project

function checkAlgorithm()

Checks if a given password algorithm is available

Usage

bool Auth::checkAlgorithm ( int $algorithm );

Arguments

  1. int $algorithm
    Password algorithm, Constants

Return value

  • bool
    True if the specified algorithm is available, False otherwise