From 90eba9bbd0dcd6629d7243bd6f8d8142e5779c70 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 22 Apr 2008 09:53:08 +0000 Subject: [PATCH] add hash_copy() description git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258099 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/hash/functions/hash-copy.xml | 92 ++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 reference/hash/functions/hash-copy.xml diff --git a/reference/hash/functions/hash-copy.xml b/reference/hash/functions/hash-copy.xml new file mode 100644 index 0000000000..02f9148f11 --- /dev/null +++ b/reference/hash/functions/hash-copy.xml @@ -0,0 +1,92 @@ + + + + + hash_copy + Copy hashing context + + + &reftitle.description; + + resourcehash_copy + resourcecontext + + + + + &reftitle.parameters; + + + + context + + + Hashing context returned by hash_init. + + + + + + + + + &reftitle.returnvalues; + + Returns a copy of Hashing Context resource. + + + + + &reftitle.examples; + + + <function>hash_copy</function> example + + +]]> + + &example.outputs; + + + + + + + + + +