hash_copy

hash_copy

(PHP 5 >= 5.3.0, PHP 7)

hash_copyCopy hashing context

Description

resource hash_copy ( resource $context )

Parameters

context

Hashing context returned by hash_init().

Return Values

Returns a copy of Hashing Context resource. <