mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Typo. Thanks @Jome
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131648 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b02c19cf48
commit
f16bc3c61b
8 changed files with 19 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<reference id="ref.classobj">
|
||||
<title>Class/Object Functions</title>
|
||||
<titleabbrev>Classes/Objects</titleabbrev>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<para>
|
||||
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).
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ctype-upper">
|
||||
<refnamediv>
|
||||
|
@ -14,7 +14,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Returns &true; if every character in <parameter>text</parameter> is
|
||||
a uppercase letter in the current locale.
|
||||
an uppercase letter in the current locale.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>ctype_alpha</function> and <function>ctype_lower</function>.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.dbplus-getunique">
|
||||
<refnamediv>
|
||||
<refname>dbplus_getunique</refname>
|
||||
<refpurpose>Get a id number unique to a relation</refpurpose>
|
||||
<refpurpose>Get an id number unique to a relation</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ifx-prepare">
|
||||
<refnamediv>
|
||||
|
@ -16,14 +16,14 @@
|
|||
<methodparam><type>mixed</type><parameter>blobidarray</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns a integer <parameter>result_id</parameter> for use by
|
||||
<function>ifx_do</function>. Sets
|
||||
Returns an integer <parameter>result_id</parameter> for use by
|
||||
<function>ifx_do</function>. Sets
|
||||
<parameter>affected_rows</parameter> for retrieval by the
|
||||
<function>ifx_affected_rows</function> function.
|
||||
</para>
|
||||
<para>
|
||||
Prepares <parameter>query</parameter> on connection
|
||||
<parameter>conn_id</parameter>. For "select-type" queries a
|
||||
<parameter>conn_id</parameter>. For "select-type" queries a
|
||||
cursor is declared and opened. The optional
|
||||
<parameter>cursor_type</parameter> parameter allows you to make
|
||||
this a "scroll" and/or "hold" cursor. It's a bitmask and can be
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ifxus-write-slob">
|
||||
<refnamediv>
|
||||
|
@ -15,8 +15,8 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Writes a string into the slob object. <parameter>bid</parameter>
|
||||
is a existing slob id and <parameter>content</parameter> the
|
||||
content to write. Return &false; on error otherwise bytes written.
|
||||
is an existing slob id and <parameter>content</parameter> the
|
||||
content to write. Return &false; on error otherwise bytes written.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/ldap.xml, last change in rev 1.17 -->
|
||||
<refentry id="function.ldap-search">
|
||||
<refnamediv>
|
||||
|
@ -28,7 +28,7 @@
|
|||
directory. <parameter>base_dn</parameter> specifies the base DN
|
||||
for the directory.</para>
|
||||
<para>
|
||||
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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.mb-detect-order">
|
||||
<refnamediv>
|
||||
|
@ -36,7 +36,7 @@
|
|||
<note>
|
||||
<para>
|
||||
<literal>mbstring</literal> 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.
|
||||
</para>
|
||||
<simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.pg-query">
|
||||
<refnamediv>
|
||||
|
@ -30,7 +30,7 @@
|
|||
<function>pg_fetch_array</function>.
|
||||
<note>
|
||||
<simpara>
|
||||
<parameter>connection</parameter> is a optional parameter for
|
||||
<parameter>connection</parameter> is an optional parameter for
|
||||
<function>pg_query</function>. If
|
||||
<parameter>connection</parameter> is not set, default
|
||||
connection is used. Default connection is the last connection
|
||||
|
|
Loading…
Reference in a new issue