svn: /phpdoc/de/trunk/reference/dbx/functions/ dbx-compare.xml
[email protected] ("Carola 'Sammy' Kummert")
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
sammywg Sun, 29 Nov 2009 17:38:59 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291444
Log:
sync with en
Changed paths:
U phpdoc/de/trunk/reference/dbx/functions/dbx-compare.xml
Modified: phpdoc/de/trunk/reference/dbx/functions/dbx-compare.xml
===================================================================
--- phpdoc/de/trunk/reference/dbx/functions/dbx-compare.xml 2009-11-29 17:37:49 UTC (rev 291443)
+++ phpdoc/de/trunk/reference/dbx/functions/dbx-compare.xml 2009-11-29 17:38:59 UTC (rev 291444)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 291443 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.dbx-compare" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -15,7 +15,7 @@
<methodparam><type>array</type><parameter>row_a</parameter></methodparam>
<methodparam><type>array</type><parameter>row_b</parameter></methodparam>
<methodparam><type>string</type><parameter>column_key</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>DBX_CMP_ASC | DBX_CMP_NATIVE</initializer></methodparam>
</methodsynopsis>
<para>
<function>dbx_compare</function> ist eine Hilfsfunktion für
@@ -88,10 +88,8 @@
</simpara>
</listitem>
</itemizedlist>
- Eine der Vergleichs-, und eine der Typkonstanten kann mit dem
- Bit-Operator OR (|) kombiniert werden. Der Standardwert für
- <parameter>flags</parameter> ist <constant>DBX_CMP_ASC</constant>
- | <constant>DBX_CMP_NATIVE</constant>.
+ Eine der Vergleichs- und eine der Typkonstanten kann mit dem
+ Bit-Operator OR (|) kombiniert werden.
</para>
</listitem>
</varlistentry>