From e3f30f1da20e63eb1d9873d7c8b942fc2c82db90 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Mon, 17 May 2004 15:35:23 +0000 Subject: [PATCH] new PHP 5 funcs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158736 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../array/functions/array-walk-recursive.xml | 43 +++++++++++++++++++ reference/ldap/functions/ldap-sasl-bind.xml | 41 ++++++++++++++++++ .../mbstring/functions/mb-list-encodings.xml | 41 ++++++++++++++++++ reference/sqlite/functions/sqlite-factory.xml | 4 +- .../functions/sqlite-fetch-column-types.xml | 42 ++++++++++++++++++ reference/strings/functions/strpbrk.xml | 42 ++++++++++++++++++ 6 files changed, 211 insertions(+), 2 deletions(-) create mode 100755 reference/array/functions/array-walk-recursive.xml create mode 100755 reference/ldap/functions/ldap-sasl-bind.xml create mode 100755 reference/mbstring/functions/mb-list-encodings.xml create mode 100755 reference/sqlite/functions/sqlite-fetch-column-types.xml create mode 100755 reference/strings/functions/strpbrk.xml 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; + + + + +