diff --git a/reference/array/functions/array-walk-recursive.xml b/reference/array/functions/array-walk-recursive.xml new file mode 100755 index 0000000000..2a17d6eb27 --- /dev/null +++ b/reference/array/functions/array-walk-recursive.xml @@ -0,0 +1,43 @@ + + + + + array_walk_recursive + + Apply a user function recursively to every member of an array + + + + Description + + boolarray_walk_recursive + arrayinput + stringfuncname + mixeduserdata + + + &warn.undocumented.func; + + + + + diff --git a/reference/ldap/functions/ldap-sasl-bind.xml b/reference/ldap/functions/ldap-sasl-bind.xml new file mode 100755 index 0000000000..b6f174cbfe --- /dev/null +++ b/reference/ldap/functions/ldap-sasl-bind.xml @@ -0,0 +1,41 @@ + + + + + ldap_sasl_bind + + Bind to LDAP directory using SASL + + + + Description + + boolldap_sasl_bind + resourcelink + + + &warn.undocumented.func; + + + + + diff --git a/reference/mbstring/functions/mb-list-encodings.xml b/reference/mbstring/functions/mb-list-encodings.xml new file mode 100755 index 0000000000..d1700a7140 --- /dev/null +++ b/reference/mbstring/functions/mb-list-encodings.xml @@ -0,0 +1,41 @@ + + + + + mb_list_encodings + + Returns an array of all supported encodings + + + + Description + + arraymb_list_encodings + + + + &warn.undocumented.func; + + + + + diff --git a/reference/sqlite/functions/sqlite-factory.xml b/reference/sqlite/functions/sqlite-factory.xml index 732bc938d8..9bdeb29803 100755 --- a/reference/sqlite/functions/sqlite-factory.xml +++ b/reference/sqlite/functions/sqlite-factory.xml @@ -1,5 +1,5 @@ - + sqlite_factory @@ -13,7 +13,7 @@ objectsqlite_factory stringfilename intmode - string&error_message + string&error_message &warn.undocumented.func; diff --git a/reference/sqlite/functions/sqlite-fetch-column-types.xml b/reference/sqlite/functions/sqlite-fetch-column-types.xml new file mode 100755 index 0000000000..b08abd9065 --- /dev/null +++ b/reference/sqlite/functions/sqlite-fetch-column-types.xml @@ -0,0 +1,42 @@ + + + + + sqlite_fetch_column_types + + Return an array of column types from a particular table. + + + + Description + + resourcesqlite_fetch_column_types + stringtable_name + resourcedb + + + &warn.undocumented.func; + + + + + diff --git a/reference/strings/functions/strpbrk.xml b/reference/strings/functions/strpbrk.xml new file mode 100755 index 0000000000..3d0737372f --- /dev/null +++ b/reference/strings/functions/strpbrk.xml @@ -0,0 +1,42 @@ + + + + + strpbrk + + Search a string for any of a set of characters + + + + Description + + arraystrpbrk + stringhaystack + stringchar_list + + + &warn.undocumented.func; + + + + +