From d491296ee5fbbbb7dfbaf819ecd1338c84c89541 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 2 May 2011 21:25:27 +0000 Subject: [PATCH] Documented openssl_cipher_iv_length() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310715 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/openssl-cipher-iv-length.xml | 94 +++++++++++++++++++ reference/openssl/versions.xml | 1 + 2 files changed, 95 insertions(+) create mode 100644 reference/openssl/functions/openssl-cipher-iv-length.xml diff --git a/reference/openssl/functions/openssl-cipher-iv-length.xml b/reference/openssl/functions/openssl-cipher-iv-length.xml new file mode 100644 index 0000000000..cdb5eee70c --- /dev/null +++ b/reference/openssl/functions/openssl-cipher-iv-length.xml @@ -0,0 +1,94 @@ + + + + + + openssl_cipher_iv_length + Gets the cipher iv length + + + + &reftitle.description; + + integeropenssl_cipher_iv_length + stringmethod + + + Gets the cipher iv length. + + + + + &reftitle.parameters; + + + method + + + The method. + + + + + + + + &reftitle.returnvalues; + + Returns the cipher length on success, or &false; on failure. + + + + + &reftitle.errors; + + Emits an E_WARNING level error when the cipher algorithm + is unknown. + + + + + &reftitle.examples; + + <function>openssl_cipher_iv_length</function> example + + +]]> + + &example.outputs.similar; + + + + + + + + + diff --git a/reference/openssl/versions.xml b/reference/openssl/versions.xml index 8af51887a2..b373a58ea5 100644 --- a/reference/openssl/versions.xml +++ b/reference/openssl/versions.xml @@ -4,6 +4,7 @@ Do NOT translate this file --> +