diff --git a/reference/ldap/functions/ldap-bind.xml b/reference/ldap/functions/ldap-bind.xml index d6d8d0df69..f637ac4351 100644 --- a/reference/ldap/functions/ldap-bind.xml +++ b/reference/ldap/functions/ldap-bind.xml @@ -1,5 +1,5 @@ - + ldap_bind @@ -11,8 +11,8 @@ boolldap_bind resourcelink_identifier - stringbind_rdn - stringbind_password + stringbind_rdnNULL + stringbind_passwordNULL Binds to the LDAP directory with specified RDN and password. diff --git a/reference/ldap/functions/ldap-connect.xml b/reference/ldap/functions/ldap-connect.xml index 4c08a447d3..98f0d437d7 100644 --- a/reference/ldap/functions/ldap-connect.xml +++ b/reference/ldap/functions/ldap-connect.xml @@ -1,5 +1,5 @@ - + ldap_connect @@ -10,8 +10,8 @@ &reftitle.description; resourceldap_connect - stringhostname - intport + stringhostnameNULL + intport389 Establishes a connection to a LDAP server on a specified diff --git a/reference/ldap/functions/ldap-sasl-bind.xml b/reference/ldap/functions/ldap-sasl-bind.xml index 6c4758024d..52f820c4c4 100755 --- a/reference/ldap/functions/ldap-sasl-bind.xml +++ b/reference/ldap/functions/ldap-sasl-bind.xml @@ -1,5 +1,5 @@ - + ldap_sasl_bind @@ -11,13 +11,13 @@ boolldap_sasl_bind resourcelink - stringbinddn - stringpassword - stringsasl_mech - stringsasl_realm - stringsasl_authc_id - stringsasl_authz_id - stringprops + stringbinddnNULL + stringpasswordNULL + stringsasl_mechNULL + stringsasl_realmNULL + stringsasl_authc_idNULL + stringsasl_authz_idNULL + stringpropsNULL &warn.undocumented.func; diff --git a/reference/libxml/functions/libxml-use-internal-errors.xml b/reference/libxml/functions/libxml-use-internal-errors.xml index 645dcb3f23..cadb99799f 100755 --- a/reference/libxml/functions/libxml-use-internal-errors.xml +++ b/reference/libxml/functions/libxml-use-internal-errors.xml @@ -1,5 +1,5 @@ - + libxml_use_internal_errors @@ -11,7 +11,7 @@ &reftitle.description; boollibxml_use_internal_errors - booluse_errors + booluse_errorsfalse libxml_use_internal_errors allows you to disable diff --git a/reference/mbstring/functions/mb-check-encoding.xml b/reference/mbstring/functions/mb-check-encoding.xml index 8c06ca1674..54df946e3c 100644 --- a/reference/mbstring/functions/mb-check-encoding.xml +++ b/reference/mbstring/functions/mb-check-encoding.xml @@ -1,5 +1,5 @@ - + mb_check_encoding @@ -10,8 +10,8 @@ &reftitle.description; boolmb_check_encoding - stringvar - stringencoding + stringvarNULL + stringencodingmb_internal_encoding() Checks if the specified byte stream is valid for the specified encoding. diff --git a/reference/mbstring/functions/mb-convert-case.xml b/reference/mbstring/functions/mb-convert-case.xml index aaba7d157a..0e723a13ed 100644 --- a/reference/mbstring/functions/mb-convert-case.xml +++ b/reference/mbstring/functions/mb-convert-case.xml @@ -1,5 +1,5 @@ - + mb_convert_case @@ -11,8 +11,8 @@ stringmb_convert_case stringstr - intmode - stringencoding + intmodeMB_CASE_UPPER + stringencodingmb_internal_encoding() Performs case folding on a string, converted in the way specified by diff --git a/reference/mbstring/functions/mb-decode-numericentity.xml b/reference/mbstring/functions/mb-decode-numericentity.xml index a53ddab9d0..06811d0d58 100644 --- a/reference/mbstring/functions/mb-decode-numericentity.xml +++ b/reference/mbstring/functions/mb-decode-numericentity.xml @@ -1,5 +1,5 @@ - + mb_decode_numericentity @@ -12,7 +12,7 @@ stringmb_decode_numericentity stringstr arrayconvmap - stringencoding + stringencoding Convert numeric string reference of string diff --git a/reference/mbstring/functions/mb-detect-encoding.xml b/reference/mbstring/functions/mb-detect-encoding.xml index cfdce6c4a6..1ac39fbdd3 100644 --- a/reference/mbstring/functions/mb-detect-encoding.xml +++ b/reference/mbstring/functions/mb-detect-encoding.xml @@ -1,5 +1,5 @@ - + mb_detect_encoding @@ -11,8 +11,8 @@ stringmb_detect_encoding stringstr - mixedencoding_list - boolstrict + mixedencoding_listmb_detect_order() + boolstrictfalse Detects character encoding in string str. diff --git a/reference/mbstring/functions/mb-encode-numericentity.xml b/reference/mbstring/functions/mb-encode-numericentity.xml index a716e2feaf..088b2ab704 100644 --- a/reference/mbstring/functions/mb-encode-numericentity.xml +++ b/reference/mbstring/functions/mb-encode-numericentity.xml @@ -1,5 +1,5 @@ - + mb_encode_numericentity @@ -12,7 +12,7 @@ stringmb_encode_numericentity stringstr arrayconvmap - stringencoding + stringencoding Converts diff --git a/reference/mbstring/functions/mb-ereg-match.xml b/reference/mbstring/functions/mb-ereg-match.xml index 38c5234d99..cf39466410 100644 --- a/reference/mbstring/functions/mb-ereg-match.xml +++ b/reference/mbstring/functions/mb-ereg-match.xml @@ -1,5 +1,5 @@ - + mb_ereg_match @@ -12,7 +12,7 @@ boolmb_ereg_match stringpattern stringstring - stringoption + stringoption"msr" A regular expression match for a multibyte string diff --git a/reference/mbstring/functions/mb-ereg-replace.xml b/reference/mbstring/functions/mb-ereg-replace.xml index 8110415d52..7abf5f418d 100644 --- a/reference/mbstring/functions/mb-ereg-replace.xml +++ b/reference/mbstring/functions/mb-ereg-replace.xml @@ -1,5 +1,5 @@ - + mb_ereg_replace @@ -13,7 +13,7 @@ stringpattern stringreplacement stringstring - stringoption + stringoption"msr" Scans string for matches to diff --git a/reference/mbstring/functions/mb-ereg-search-init.xml b/reference/mbstring/functions/mb-ereg-search-init.xml index 0fbe654fe0..7de3a9ef8b 100644 --- a/reference/mbstring/functions/mb-ereg-search-init.xml +++ b/reference/mbstring/functions/mb-ereg-search-init.xml @@ -1,5 +1,5 @@ - + mb_ereg_search_init @@ -12,7 +12,7 @@ boolmb_ereg_search_init stringstring stringpattern - stringoption + stringoption"msr" mb_ereg_search_init sets diff --git a/reference/mbstring/functions/mb-ereg-search-pos.xml b/reference/mbstring/functions/mb-ereg-search-pos.xml index fa5fd48d8e..38d3a3b118 100644 --- a/reference/mbstring/functions/mb-ereg-search-pos.xml +++ b/reference/mbstring/functions/mb-ereg-search-pos.xml @@ -1,5 +1,5 @@ - + mb_ereg_search_pos @@ -11,7 +11,7 @@ arraymb_ereg_search_pos stringpattern - stringoption + stringoption"ms" Returns position and length of a matched part of the multibyte regular expression diff --git a/reference/mbstring/functions/mb-ereg-search-regs.xml b/reference/mbstring/functions/mb-ereg-search-regs.xml index 02ca299905..978d3fe0e6 100644 --- a/reference/mbstring/functions/mb-ereg-search-regs.xml +++ b/reference/mbstring/functions/mb-ereg-search-regs.xml @@ -1,5 +1,5 @@ - + mb_ereg_search_regs @@ -11,7 +11,7 @@ arraymb_ereg_search_regs stringpattern - stringoption + stringoption"ms" Returns the matched part of a multibyte regular expression. diff --git a/reference/mbstring/functions/mb-ereg-search.xml b/reference/mbstring/functions/mb-ereg-search.xml index c59ef1bcd2..80e2de9ddf 100644 --- a/reference/mbstring/functions/mb-ereg-search.xml +++ b/reference/mbstring/functions/mb-ereg-search.xml @@ -1,5 +1,5 @@ - + mb_ereg_search @@ -11,7 +11,7 @@ boolmb_ereg_search stringpattern - stringoption + stringoption"ms" Performs a multibyte regular expression match for a predefined multibyte string. diff --git a/reference/mbstring/functions/mb-eregi-replace.xml b/reference/mbstring/functions/mb-eregi-replace.xml index 68ea38daff..8615e723e8 100644 --- a/reference/mbstring/functions/mb-eregi-replace.xml +++ b/reference/mbstring/functions/mb-eregi-replace.xml @@ -1,5 +1,5 @@ - + mb_eregi_replace @@ -13,7 +13,7 @@ stringpattern stringreplace stringstring - stringoption + stringoption"msri" Scans string for matches to diff --git a/reference/mbstring/functions/mb-get-info.xml b/reference/mbstring/functions/mb-get-info.xml index c8f2c974df..21af22a6a1 100644 --- a/reference/mbstring/functions/mb-get-info.xml +++ b/reference/mbstring/functions/mb-get-info.xml @@ -1,5 +1,5 @@ - + mb_get_info @@ -10,7 +10,7 @@ &reftitle.description; mixedmb_get_info - stringtype + stringtype"all" mb_get_info returns the internal setting parameters of mbstring. diff --git a/reference/mbstring/functions/mb-http-input.xml b/reference/mbstring/functions/mb-http-input.xml index bbf1e7bfb5..983a137500 100644 --- a/reference/mbstring/functions/mb-http-input.xml +++ b/reference/mbstring/functions/mb-http-input.xml @@ -1,5 +1,5 @@ - + mb_http_input @@ -10,7 +10,7 @@ &reftitle.description; mixedmb_http_input - stringtype + stringtype"" Detects the HTTP input character encoding. diff --git a/reference/mbstring/functions/mb-internal-encoding.xml b/reference/mbstring/functions/mb-internal-encoding.xml index 674a510775..83e9887778 100644 --- a/reference/mbstring/functions/mb-internal-encoding.xml +++ b/reference/mbstring/functions/mb-internal-encoding.xml @@ -1,5 +1,5 @@ - + mb_internal_encoding @@ -10,7 +10,7 @@ &reftitle.description; mixedmb_internal_encoding - stringencoding + stringencodingmb_internal_encoding() Set/Get the internal character encoding diff --git a/reference/mbstring/functions/mb-regex-set-options.xml b/reference/mbstring/functions/mb-regex-set-options.xml index b0060c0e1d..0dacd8e535 100644 --- a/reference/mbstring/functions/mb-regex-set-options.xml +++ b/reference/mbstring/functions/mb-regex-set-options.xml @@ -1,5 +1,5 @@ - + mb_regex_set_options @@ -10,7 +10,7 @@ &reftitle.description; stringmb_regex_set_options - stringoptions + stringoptions"msr" Sets the default options described by options diff --git a/reference/mbstring/functions/mb-send-mail.xml b/reference/mbstring/functions/mb-send-mail.xml index 42b53502bf..397259e87d 100644 --- a/reference/mbstring/functions/mb-send-mail.xml +++ b/reference/mbstring/functions/mb-send-mail.xml @@ -1,5 +1,5 @@ - + mb_send_mail @@ -13,8 +13,8 @@ stringto stringsubject stringmessage - stringadditional_headers - stringadditional_parameter + stringadditional_headersNULL + stringadditional_parameterNULL Sends email. Headers and messages are converted and encoded according diff --git a/reference/mbstring/functions/mb-split.xml b/reference/mbstring/functions/mb-split.xml index 9f500e682b..e2d79b9373 100644 --- a/reference/mbstring/functions/mb-split.xml +++ b/reference/mbstring/functions/mb-split.xml @@ -1,5 +1,5 @@ - + mb_split @@ -12,7 +12,7 @@ arraymb_split stringpattern stringstring - intlimit + intlimit-1 Split a multibyte diff --git a/reference/mbstring/functions/mb-strtolower.xml b/reference/mbstring/functions/mb-strtolower.xml index bc42128fd5..88b2407ba8 100644 --- a/reference/mbstring/functions/mb-strtolower.xml +++ b/reference/mbstring/functions/mb-strtolower.xml @@ -1,5 +1,5 @@ - + mb_strtolower @@ -11,7 +11,7 @@ stringmb_strtolower stringstr - stringencoding + stringencodingmb_internal_encoding() Returns str diff --git a/reference/mbstring/functions/mb-strtoupper.xml b/reference/mbstring/functions/mb-strtoupper.xml index fc522fbc8b..db29b3c6c4 100644 --- a/reference/mbstring/functions/mb-strtoupper.xml +++ b/reference/mbstring/functions/mb-strtoupper.xml @@ -1,5 +1,5 @@ - + mb_strtoupper @@ -11,7 +11,7 @@ stringmb_strtoupper stringstr - stringencoding + stringencodingmb_internal_encoding() Returns str diff --git a/reference/mcrypt/functions/mcrypt-create-iv.xml b/reference/mcrypt/functions/mcrypt-create-iv.xml index e55d239ed2..5da86ed268 100644 --- a/reference/mcrypt/functions/mcrypt-create-iv.xml +++ b/reference/mcrypt/functions/mcrypt-create-iv.xml @@ -1,5 +1,5 @@ - + mcrypt_create_iv @@ -11,7 +11,7 @@ stringmcrypt_create_iv intsize - intsource + intsourceMCRYPT_DEV_RANDOM mcrypt_create_iv is used to create an IV. diff --git a/reference/mcrypt/functions/mcrypt-list-algorithms.xml b/reference/mcrypt/functions/mcrypt-list-algorithms.xml index 3a2f633d90..570dcb7ecd 100644 --- a/reference/mcrypt/functions/mcrypt-list-algorithms.xml +++ b/reference/mcrypt/functions/mcrypt-list-algorithms.xml @@ -1,5 +1,5 @@ - + mcrypt_list_algorithms @@ -10,7 +10,7 @@ &reftitle.description; arraymcrypt_list_algorithms - stringlib_dir + stringlib_dirini_get("mcrypt.algorithms_dir") mcrypt_list_algorithms is used to get an diff --git a/reference/mcrypt/functions/mcrypt-list-modes.xml b/reference/mcrypt/functions/mcrypt-list-modes.xml index 970fed3f01..55646a48b4 100644 --- a/reference/mcrypt/functions/mcrypt-list-modes.xml +++ b/reference/mcrypt/functions/mcrypt-list-modes.xml @@ -1,5 +1,5 @@ - + mcrypt_list_modes @@ -10,7 +10,7 @@ &reftitle.description; arraymcrypt_list_modes - stringlib_dir + stringlib_dirini_get("mcrypt.algorithms_dir") mcrypt_list_modes is used to get an diff --git a/reference/mssql/functions/mssql-bind.xml b/reference/mssql/functions/mssql-bind.xml index 460f011dd0..56b6e3cc7a 100644 --- a/reference/mssql/functions/mssql-bind.xml +++ b/reference/mssql/functions/mssql-bind.xml @@ -1,5 +1,5 @@ - + mssql_bind @@ -14,9 +14,9 @@ stringparam_name mixedvar inttype - boolis_output - boolis_null - intmaxlen + boolis_outputfalse + boolis_nullfalse + intmaxlen-1 Binds a parameter to a stored procedure or a remote stored procedure. diff --git a/reference/mssql/functions/mssql-execute.xml b/reference/mssql/functions/mssql-execute.xml index ab23d2eaee..9f55489c7c 100644 --- a/reference/mssql/functions/mssql-execute.xml +++ b/reference/mssql/functions/mssql-execute.xml @@ -1,5 +1,5 @@ - + mssql_execute @@ -11,7 +11,7 @@ mixedmssql_execute resourcestmt - boolskip_results + boolskip_resultsfalse Executes a stored procedure on a MS SQL server database diff --git a/reference/mssql/functions/mssql-fetch-array.xml b/reference/mssql/functions/mssql-fetch-array.xml index 51ef8e5d47..0270cbef83 100644 --- a/reference/mssql/functions/mssql-fetch-array.xml +++ b/reference/mssql/functions/mssql-fetch-array.xml @@ -1,5 +1,5 @@ - + mssql_fetch_array @@ -11,7 +11,7 @@ arraymssql_fetch_array resourceresult - intresult_type + intresult_typeMSSQL_BOTH mssql_fetch_array is an extended version of diff --git a/reference/mssql/functions/mssql-fetch-field.xml b/reference/mssql/functions/mssql-fetch-field.xml index 4222d6dd6b..23a60aa341 100644 --- a/reference/mssql/functions/mssql-fetch-field.xml +++ b/reference/mssql/functions/mssql-fetch-field.xml @@ -1,5 +1,5 @@ - + mssql_fetch_field @@ -11,7 +11,7 @@ objectmssql_fetch_field resourceresult - intfield_offset + intfield_offset-1 mssql_fetch_field can be used in order to diff --git a/reference/mssql/functions/mssql-field-length.xml b/reference/mssql/functions/mssql-field-length.xml index 0e73399245..f992faec98 100644 --- a/reference/mssql/functions/mssql-field-length.xml +++ b/reference/mssql/functions/mssql-field-length.xml @@ -1,5 +1,5 @@ - + mssql_field_length @@ -11,7 +11,7 @@ intmssql_field_length resourceresult - intoffset + intoffset-1 Returns the length of field no. offset in diff --git a/reference/mssql/functions/mssql-field-name.xml b/reference/mssql/functions/mssql-field-name.xml index e87441fbb3..7d32e98bad 100644 --- a/reference/mssql/functions/mssql-field-name.xml +++ b/reference/mssql/functions/mssql-field-name.xml @@ -1,5 +1,5 @@ - + mssql_field_name @@ -11,7 +11,7 @@ stringmssql_field_name resourceresult - intoffset + intoffset-1 Returns the name of field no. offset in diff --git a/reference/mssql/functions/mssql-field-type.xml b/reference/mssql/functions/mssql-field-type.xml index cc70163d50..689112cc8c 100644 --- a/reference/mssql/functions/mssql-field-type.xml +++ b/reference/mssql/functions/mssql-field-type.xml @@ -1,5 +1,5 @@ - + mssql_field_type @@ -11,7 +11,7 @@ stringmssql_field_type resourceresult - intoffset + intoffset-1 Returns the type of field no. offset in diff --git a/reference/mssql/functions/mssql-guid-string.xml b/reference/mssql/functions/mssql-guid-string.xml index 3bfba4b7eb..ea19df900a 100644 --- a/reference/mssql/functions/mssql-guid-string.xml +++ b/reference/mssql/functions/mssql-guid-string.xml @@ -1,5 +1,5 @@ - + mssql_guid_string @@ -11,7 +11,7 @@ stringmssql_guid_string stringbinary - boolshort_format + boolshort_formatfalse Converts a 16 byte binary GUID to a string. diff --git a/reference/mssql/functions/mssql-query.xml b/reference/mssql/functions/mssql-query.xml index e716c43330..162bfc1d87 100644 --- a/reference/mssql/functions/mssql-query.xml +++ b/reference/mssql/functions/mssql-query.xml @@ -1,5 +1,5 @@ - + mssql_query @@ -12,7 +12,7 @@ mixedmssql_query stringquery resourcelink_identifier - intbatch_size + intbatch_size0 mssql_query sends a query to the currently active