Supported Versions: PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1
Initialize an incremental hashing context
<?php hash_init(    string $algo,    int $flags = 0,    string $key = "",    array $options = []): HashContext