PasswordHash::PasswordHash()
Method of the class: PasswordHash{}
No Hooks.
Return
null
. Nothing.
Usage
$PasswordHash = new PasswordHash(); $PasswordHash->PasswordHash( $iteration_count_log2, $portable_hashes );
- $iteration_count_log2 (required)
- -
- $portable_hashes (required)
- -
PasswordHash::PasswordHash() PasswordHash::PasswordHash code WP 6.1.1
function PasswordHash($iteration_count_log2, $portable_hashes) { self::__construct($iteration_count_log2, $portable_hashes); }