function hash_pbkdf2()

in hash/hash.php [293:301]


function hash_pbkdf2(
    string $algo,
    string $password,
    string $salt,
    int $iterations,
    int $length = 0,
    bool $binary = false,
    #[PhpStormStubsElementAvailable(from: '8.1')] array $options = []
): string {}