update : 2015.11.03
php.shukuma.com검색:
|
hash_init(PHP 5 >= 5.1.2, PECL hash >= 1.1) hash_init — Initialize an incremental hashing context 설명
resource hash_init
( string
$algo
[, int $options = 0
[, string $key = NULL
]] )인수
반환값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 위 예제의 출력: 5c6ffbdd40d9556b73a21e63c3e0e904 참고
|