From f16bc3c61b49743914325b44b680fa19ac86b5d4 Mon Sep 17 00:00:00 2001 From: Nicolas Chaillan Date: Sun, 15 Jun 2003 10:18:04 +0000 Subject: [PATCH] Typo. Thanks @Jome git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131648 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/classobj/reference.xml | 4 ++-- reference/ctype/functions/ctype-upper.xml | 4 ++-- reference/dbplus/functions/dbplus-getunique.xml | 4 ++-- reference/ifx/functions/ifx-prepare.xml | 8 ++++---- reference/ifx/functions/ifxus-write-slob.xml | 6 +++--- reference/ldap/functions/ldap-search.xml | 4 ++-- reference/mbstring/functions/mb-detect-order.xml | 4 ++-- reference/pgsql/functions/pg-query.xml | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/reference/classobj/reference.xml b/reference/classobj/reference.xml index ea7efc2101..be09587c74 100644 --- a/reference/classobj/reference.xml +++ b/reference/classobj/reference.xml @@ -1,5 +1,5 @@ - + Class/Object Functions Classes/Objects @@ -10,7 +10,7 @@ These functions allow you to obtain information about classes and instance objects. You can obtain the name of the class to - which a object belongs, as well as its member properties and + which an object belongs, as well as its member properties and methods. Using these functions, you can find out not only the class membership of an object, but also its parentage (i.e. what class is the object class extending). diff --git a/reference/ctype/functions/ctype-upper.xml b/reference/ctype/functions/ctype-upper.xml index 5bafde2730..9ab45beebb 100644 --- a/reference/ctype/functions/ctype-upper.xml +++ b/reference/ctype/functions/ctype-upper.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ Returns &true; if every character in text is - a uppercase letter in the current locale. + an uppercase letter in the current locale. See also ctype_alpha and ctype_lower. diff --git a/reference/dbplus/functions/dbplus-getunique.xml b/reference/dbplus/functions/dbplus-getunique.xml index f05c9d3618..bda3c40d67 100644 --- a/reference/dbplus/functions/dbplus-getunique.xml +++ b/reference/dbplus/functions/dbplus-getunique.xml @@ -1,10 +1,10 @@ - + dbplus_getunique - Get a id number unique to a relation + Get an id number unique to a relation Description diff --git a/reference/ifx/functions/ifx-prepare.xml b/reference/ifx/functions/ifx-prepare.xml index 4d1f651a9a..5388f369b8 100644 --- a/reference/ifx/functions/ifx-prepare.xml +++ b/reference/ifx/functions/ifx-prepare.xml @@ -1,5 +1,5 @@ - + @@ -16,14 +16,14 @@ mixedblobidarray - Returns a integer result_id for use by - ifx_do. Sets + Returns an integer result_id for use by + ifx_do. Sets affected_rows for retrieval by the ifx_affected_rows function. Prepares query on connection - conn_id. For "select-type" queries a + conn_id. For "select-type" queries a cursor is declared and opened. The optional cursor_type parameter allows you to make this a "scroll" and/or "hold" cursor. It's a bitmask and can be diff --git a/reference/ifx/functions/ifxus-write-slob.xml b/reference/ifx/functions/ifxus-write-slob.xml index 1e150fc398..1fc90af822 100644 --- a/reference/ifx/functions/ifxus-write-slob.xml +++ b/reference/ifx/functions/ifxus-write-slob.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,8 @@ Writes a string into the slob object. bid - is a existing slob id and content the - content to write. Return &false; on error otherwise bytes written. + is an existing slob id and content the + content to write. Return &false; on error otherwise bytes written. diff --git a/reference/ldap/functions/ldap-search.xml b/reference/ldap/functions/ldap-search.xml index fc649aaefa..abab6386be 100644 --- a/reference/ldap/functions/ldap-search.xml +++ b/reference/ldap/functions/ldap-search.xml @@ -1,5 +1,5 @@ - + @@ -28,7 +28,7 @@ directory. base_dn specifies the base DN for the directory. - There is a optional fourth parameter, that can be added to + There is an optional fourth parameter, that can be added to restrict the attributes and values returned by the server to just those required. This is much more efficient than the default action (which is to return all attributes and their associated diff --git a/reference/mbstring/functions/mb-detect-order.xml b/reference/mbstring/functions/mb-detect-order.xml index b11cd9e34a..fe5bdccee4 100644 --- a/reference/mbstring/functions/mb-detect-order.xml +++ b/reference/mbstring/functions/mb-detect-order.xml @@ -1,5 +1,5 @@ - + @@ -36,7 +36,7 @@ mbstring currently implements following - encoding detection filters. If there is a invalid byte sequence + encoding detection filters. If there is an invalid byte sequence for following encoding, encoding detection will fail. diff --git a/reference/pgsql/functions/pg-query.xml b/reference/pgsql/functions/pg-query.xml index fd7b9441b7..202022b5bc 100644 --- a/reference/pgsql/functions/pg-query.xml +++ b/reference/pgsql/functions/pg-query.xml @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ pg_fetch_array. - connection is a optional parameter for + connection is an optional parameter for pg_query. If connection is not set, default connection is used. Default connection is the last connection