Password::isBlowfish()

Returns whether the given string is blowfish hashed

Usage

// basic usage
$bool = $password->isBlowfish();

// usage with all arguments
$bool = $password->isBlowfish(string $str = '');

Arguments

NameType(s)Description
$str (optional)string

Return value

bool


Password methods and properties

API reference based on ProcessWire core version 3.0.251