|
PHP5中文手册
hash_update_file(PHP 5 >= 5.1.2, PECL hash:1.1-1.5) hash_update_file — Pump data into an active hashing context from a file 说明
bool hash_update_file
( resource $context
, string $filename
[, resource $context
] )
参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |