From db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sun, 28 Apr 2024 22:42:56 +0200 Subject: [PATCH] Sync some methodsynopses with stubs (#3356) Co-authored-by: Gina Peter Banyard --- .../fileinfo/functions/finfo-set-flags.xml | 4 +-- reference/hash/functions/hash-file.xml | 3 ++- reference/hash/functions/hash-init.xml | 3 ++- reference/hash/functions/hash-pbkdf2.xml | 13 +++++++++- reference/hash/functions/hash-update.xml | 5 ++-- reference/hash/functions/hash.xml | 3 ++- reference/ldap/functions/ldap-exop-sync.xml | 4 +-- reference/mbstring/functions/mb-get-info.xml | 2 +- reference/network/functions/openlog.xml | 26 +++++++++++++++++-- .../reflectionfiber/getexecutingfile.xml | 3 ++- .../reflectionfiber/getexecutingline.xml | 7 ++--- .../functions/socket-create-listen.xml | 2 +- reference/uodbc/functions/odbc-autocommit.xml | 6 ++--- reference/uodbc/functions/odbc-binmode.xml | 4 +-- .../uodbc/functions/odbc-data-source.xml | 2 +- .../uodbc/functions/odbc-free-result.xml | 4 +-- .../uodbc/functions/odbc-longreadlen.xml | 4 +-- 17 files changed, 66 insertions(+), 29 deletions(-) diff --git a/reference/fileinfo/functions/finfo-set-flags.xml b/reference/fileinfo/functions/finfo-set-flags.xml index e8cfac548273..ffa2ad4fe934 100644 --- a/reference/fileinfo/functions/finfo-set-flags.xml +++ b/reference/fileinfo/functions/finfo-set-flags.xml @@ -11,7 +11,7 @@ &reftitle.description; &style.procedural; - boolfinfo_set_flags + truefinfo_set_flags finfofinfo intflags @@ -52,7 +52,7 @@ &reftitle.returnvalues; - &return.success; + &return.true.always; diff --git a/reference/hash/functions/hash-file.xml b/reference/hash/functions/hash-file.xml index d8f13e4534cd..a66865ff6ec3 100644 --- a/reference/hash/functions/hash-file.xml +++ b/reference/hash/functions/hash-file.xml @@ -50,7 +50,8 @@ options - An array of options for the various hashing algorithms. Currently, only the "seed" parameter is + An array of options for the various hashing algorithms. + Currently, only the "seed" parameter is supported by the MurmurHash variants. diff --git a/reference/hash/functions/hash-init.xml b/reference/hash/functions/hash-init.xml index 3b4292e1d98f..9e928ddca715 100644 --- a/reference/hash/functions/hash-init.xml +++ b/reference/hash/functions/hash-init.xml @@ -53,7 +53,8 @@ options - An array of options for the various hashing algorithms. Currently, only the "seed" parameter is + An array of options for the various hashing algorithms. + Currently, only the "seed" parameter is supported by the MurmurHash variants. diff --git a/reference/hash/functions/hash-pbkdf2.xml b/reference/hash/functions/hash-pbkdf2.xml index 9aaf7a733521..38714d4f7f5a 100644 --- a/reference/hash/functions/hash-pbkdf2.xml +++ b/reference/hash/functions/hash-pbkdf2.xml @@ -1,6 +1,6 @@ - + hash_pbkdf2 Generate a PBKDF2 key derivation of a supplied password @@ -16,6 +16,7 @@ intiterations intlength0 boolbinary&false; + arrayoptions[] @@ -82,6 +83,16 @@ + + options + + + An array of options for the various hashing algorithms. + Currently, only the "seed" key is + supported by the MurmurHash variants. + + + diff --git a/reference/hash/functions/hash-update.xml b/reference/hash/functions/hash-update.xml index 1ea1f9c95aeb..efdf53fe2cc4 100644 --- a/reference/hash/functions/hash-update.xml +++ b/reference/hash/functions/hash-update.xml @@ -8,7 +8,7 @@ &reftitle.description; - boolhash_update + truehash_update HashContextcontext stringdata @@ -41,7 +41,7 @@ &reftitle.returnvalues; - Returns &true;. + &return.true.always; @@ -82,7 +82,6 @@ -