|
PHP5中文手册
hash_init(PHP 5 >= 5.1.2, PECL hash:1.1-1.5) hash_init — Initialize an incremental hashing context 说明
resource hash_init
( string $algo
[, int $options
], string $key
)
参数
返回值Returns a Hashing Context resource for use with hash_update(), hash_update_stream(), hash_update_file(), and hash_final(). 范例
Example#1 Incremental hashing example
<?php 上例将输出:
|